From 20687ad8f68a07d7d4d15be885939614cc022121 Mon Sep 17 00:00:00 2001 From: Aryadev Chavali Date: Sat, 5 Apr 2025 19:41:40 +0100 Subject: Small changes - can't be bothered to explain them --- XServer/.xinitrc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'XServer/.xinitrc') diff --git a/XServer/.xinitrc b/XServer/.xinitrc index e8d526f..ae3db4f 100644 --- a/XServer/.xinitrc +++ b/XServer/.xinitrc @@ -6,8 +6,8 @@ killall sxhkd; sh .xprofile; xset s 1800; -xrandr --output eDP1 --mode 2560x1440 --pos 0x0 --rotate normal; -xrandr --output HDMI1 --mode 1920x1080 --pos 2560x0 --scale 1.33x1.33 --rotate normal; +xrandr --output HDMI1 --mode 1920x1080 --left-of eDP1; +xrandr --output eDP1 --mode 1920x1080; $(xss-lock --transfer-sleep-lock -- $HOME/.local/scripts/lock) & $HOME/.local/scripts/background & -- cgit v1.2.3-13-gbd6f