diff options
Diffstat (limited to 'x')
-rw-r--r-- | x/.xinitrc | 8 |
1 files changed, 6 insertions, 2 deletions
@@ -1,5 +1,9 @@ | |||
1 | #exec dbus-launch --exit-with-session spectrwm | 1 | #exec dbus-launch --exit-with-session spectrwm |
2 | xrdb ~/.Xresources & | 2 | #xrdb ~/.Xresources & |
3 | xset b off & | 3 | xset b off & |
4 | xset s 600 & | 4 | xset s 600 & |
5 | exec dbus-launch --exit-with-session spectrwm | 5 | ~/bin/xss & |
6 | ~/.fehbg & | ||
7 | picom 2>/dev/null & | ||
8 | xsetroot -name "bat $(cat /sys/class/power_supply/BAT0/capacity)" | ||
9 | exec dbus-launch --exit-with-session startdwm | ||