From 51c373b3cb889ed5e3e62898911a342875dcf28e Mon Sep 17 00:00:00 2001 From: Aryadev Chavali Date: Tue, 3 Dec 2024 14:08:13 +0000 Subject: Cannot be bothered to explain - just read the changes if you want --- XServer/.xinitrc | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) (limited to 'XServer') diff --git a/XServer/.xinitrc b/XServer/.xinitrc index 460f92b..e8d526f 100644 --- a/XServer/.xinitrc +++ b/XServer/.xinitrc @@ -6,10 +6,8 @@ killall sxhkd; sh .xprofile; xset s 1800; -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; +xrandr --output eDP1 --mode 2560x1440 --pos 0x0 --rotate normal; +xrandr --output HDMI1 --mode 1920x1080 --pos 2560x0 --scale 1.33x1.33 --rotate normal; $(xss-lock --transfer-sleep-lock -- $HOME/.local/scripts/lock) & $HOME/.local/scripts/background & @@ -19,6 +17,7 @@ picom --backend xrender --no-fading-openclose & sxhkd & dwmblocks & -while :; do +while : +do dwm done -- cgit v1.2.3-13-gbd6f