(XServer)~adjust scale to external monitor on laptop
This commit is contained in:
@@ -6,8 +6,8 @@ killall sxhkd;
|
|||||||
sh .xprofile;
|
sh .xprofile;
|
||||||
xset s 1800;
|
xset s 1800;
|
||||||
|
|
||||||
xrandr --auto --output eDP1 --right-of HDMI1;
|
xrandr --auto --output eDP1 --primary;
|
||||||
xrandr --auto --output HDMI1 --primary;
|
xrandr --auto --output HDMI1 --left-of eDP1 --scale 1.25x1.25;
|
||||||
xrandr --auto --output DP1 --left-of VGA1 --mode 1280x1024;
|
xrandr --auto --output DP1 --left-of VGA1 --mode 1280x1024;
|
||||||
xrandr --auto --output VGA1 --primary --mode 1920x1080;
|
xrandr --auto --output VGA1 --primary --mode 1920x1080;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user