(XServer)~change monitor positions,-disable fade in for picom

This commit is contained in:
2023-08-25 18:04:09 +01:00
parent 64b6adfda3
commit ae1a00bbe3

View File

@@ -9,13 +9,13 @@ xset s 1800;
xrandr --auto --output HDMI1 --primary;
xrandr --auto --output eDP1 --right-of HDMI1;
xrandr --auto --output VGA1 --primary --mode 1920x1080;
xrandr --auto --output DP1 --right-of VGA1 --mode 1280x1024;
xrandr --auto --output DP1 --left-of VGA1 --mode 1280x1024;
$(xss-lock --transfer-sleep-lock -- $HOME/.local/scripts/lock) &
$HOME/.local/scripts/background &
dunst &
picom --backend glx --vsync &
picom --backend glx --vsync --no-fading-openclose &
sxhkd &
dwmblocks &