(XServer)~change monitor positions,-disable fade in for picom
This commit is contained in:
@@ -9,13 +9,13 @@ xset s 1800;
|
|||||||
xrandr --auto --output HDMI1 --primary;
|
xrandr --auto --output HDMI1 --primary;
|
||||||
xrandr --auto --output eDP1 --right-of HDMI1;
|
xrandr --auto --output eDP1 --right-of HDMI1;
|
||||||
xrandr --auto --output VGA1 --primary --mode 1920x1080;
|
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) &
|
$(xss-lock --transfer-sleep-lock -- $HOME/.local/scripts/lock) &
|
||||||
$HOME/.local/scripts/background &
|
$HOME/.local/scripts/background &
|
||||||
|
|
||||||
dunst &
|
dunst &
|
||||||
picom --backend glx --vsync &
|
picom --backend glx --vsync --no-fading-openclose &
|
||||||
sxhkd &
|
sxhkd &
|
||||||
dwmblocks &
|
dwmblocks &
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user