From d594f6ed32ff8b08330b5cfa12f5467ea63050cb Mon Sep 17 00:00:00 2001 From: Aryadev Chavali Date: Sun, 8 Sep 2024 02:55:56 +0100 Subject: (XServer)~adjust scale to external monitor on laptop --- XServer/.xinitrc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'XServer/.xinitrc') diff --git a/XServer/.xinitrc b/XServer/.xinitrc index 095bf56..460f92b 100644 --- a/XServer/.xinitrc +++ b/XServer/.xinitrc @@ -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; -- cgit v1.2.3-13-gbd6f