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