From 0c6adbaabcf7eea23507fa33f814ae9d70cadd0a Mon Sep 17 00:00:00 2001 From: Aryadev Chavali Date: Fri, 31 May 2024 16:03:35 +0100 Subject: (XServer)~clean up configuration a bit --- XServer/.xinitrc | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'XServer/.xinitrc') diff --git a/XServer/.xinitrc b/XServer/.xinitrc index f7f24d1..b0f8483 100644 --- a/XServer/.xinitrc +++ b/XServer/.xinitrc @@ -6,10 +6,10 @@ killall sxhkd; sh .xprofile; xset s 1800; -xrandr --auto --output HDMI1 --primary; xrandr --auto --output eDP1 --right-of HDMI1; +xrandr --auto --output HDMI1 --primary; +xrandr --auto --output DP1 --right-of VGA1 --mode 1280x1024; xrandr --auto --output VGA1 --primary --mode 1920x1080; -xrandr --auto --output DP1 --left-of VGA1 --mode 1280x1024; $(xss-lock --transfer-sleep-lock -- $HOME/.local/scripts/lock) & $HOME/.local/scripts/background & @@ -19,7 +19,6 @@ picom --backend xrender --vsync --no-fading-openclose & sxhkd & dwmblocks & -# $HOME/.config/bspwm/bspwmrc while :; do dwm done -- cgit v1.2.3-13-gbd6f