From c53d9647c1a642057014d8efd7d7b88a8c1b1f47 Mon Sep 17 00:00:00 2001 From: Aryadev Chavali Date: Wed, 29 Oct 2025 00:32:09 +0000 Subject: Some light yakshaving --- XServer/.xinitrc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) mode change 100644 => 100755 XServer/.xinitrc (limited to 'XServer/.xinitrc') diff --git a/XServer/.xinitrc b/XServer/.xinitrc old mode 100644 new mode 100755 index b1a9431..6a47261 --- a/XServer/.xinitrc +++ b/XServer/.xinitrc @@ -7,14 +7,14 @@ screentimer on; xrandr --output HDMI1 --auto --mode 1920x1080 --left-of eDP1; xrandr --output eDP1 --auto --mode 1920x1080; -xrandr --output HDMI-1 --auto --mode 1920x1080 --left-of HDMI-1-0; -xrandr --output HDMI-1-0 --auto --mode 1920x1080 --right-of HDMI-1; +xrandr --output HDMI-0 --auto --mode 1920x1080 --right-of HDMI-1-1; +xrandr --output HDMI-1-1 --auto --mode 1920x1080 --left-of HDMI-0; sxhkd & dunst & $(xss-lock --transfer-sleep-lock -- $HOME/.local/scripts/lock) & dwmblocks & -$HOME/.local/scripts/compositor & +# $HOME/.local/scripts/compositor & $HOME/.local/scripts/background & while : -- cgit v1.2.3-13-gbd6f