(XServer)~adjust scale to external monitor on laptop

This commit is contained in:
2024-09-08 02:55:56 +01:00
parent a712e637be
commit d594f6ed32

View File

@@ -6,8 +6,8 @@ killall sxhkd;
sh .xprofile;
xset s 1800;
xrandr --auto --output eDP1 --right-of HDMI1;
xrandr --auto --output HDMI1 --primary;
xrandr --auto --output eDP1 --primary;
xrandr --auto --output HDMI1 --left-of eDP1 --scale 1.25x1.25;
xrandr --auto --output DP1 --left-of VGA1 --mode 1280x1024;
xrandr --auto --output VGA1 --primary --mode 1920x1080;