From 927a4f96b30da9ad5c6b178d840fa1acecf72024 Mon Sep 17 00:00:00 2001 From: Aryadev Chavali Date: Sat, 17 Aug 2024 18:54:14 +0100 Subject: Big update of everything, new machine --- XServer/.xinitrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'XServer/.xinitrc') diff --git a/XServer/.xinitrc b/XServer/.xinitrc index 10ab4f8..095bf56 100644 --- a/XServer/.xinitrc +++ b/XServer/.xinitrc @@ -8,7 +8,7 @@ xset s 1800; xrandr --auto --output eDP1 --right-of HDMI1; xrandr --auto --output HDMI1 --primary; -xrandr --auto --output DP1 --right-of VGA1 --mode 1280x1024; +xrandr --auto --output DP1 --left-of VGA1 --mode 1280x1024; xrandr --auto --output VGA1 --primary --mode 1920x1080; $(xss-lock --transfer-sleep-lock -- $HOME/.local/scripts/lock) & -- cgit v1.2.3-13-gbd6f