diff options
Diffstat (limited to 'XServer/.xinitrc')
-rw-r--r-- | XServer/.xinitrc | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/XServer/.xinitrc b/XServer/.xinitrc index ae3db4f..b1c03b2 100644 --- a/XServer/.xinitrc +++ b/XServer/.xinitrc @@ -1,21 +1,21 @@ #!/bin/sh -killall picom; killall sxhkd; sh .xprofile; xset s 1800; -xrandr --output HDMI1 --mode 1920x1080 --left-of eDP1; -xrandr --output eDP1 --mode 1920x1080; +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; -$(xss-lock --transfer-sleep-lock -- $HOME/.local/scripts/lock) & -$HOME/.local/scripts/background & - -dunst & -picom --backend xrender --no-fading-openclose & sxhkd & +dunst & +$(xss-lock --transfer-sleep-lock -- $HOME/.local/scripts/lock) & dwmblocks & +$HOME/.local/scripts/compositor & +$HOME/.local/scripts/background & while : do |