diff options
Diffstat (limited to 'x/.xinitrc')
-rw-r--r-- | x/.xinitrc | 14 |
1 files changed, 12 insertions, 2 deletions
@@ -1,5 +1,15 @@ | |||
1 | #!/bin/bash | 1 | #!/bin/bash |
2 | #.xinitrc | 2 | #.xinitrc |
3 | /usr/bin/prime-offload & | ||
4 | xrdb -merge ~/.Xresources & | ||
5 | xss-lock -- slock & | ||
3 | xset b off & | 6 | xset b off & |
4 | xset s 600 & | 7 | xset s 300 & |
5 | exec dbus-launch --exit-with-session spectrwm | 8 | # xrandr --setprovideroutputsource modesetting NVIDIA-0 |
9 | # xrandr --auto | ||
10 | ~/.fehbg & | ||
11 | urxvtd & | ||
12 | ~/.local/bin/bat_check.sh & | ||
13 | picom & | ||
14 | dunst & | ||
15 | exec spectrwm | ||