diff options
author | Shubham Saini <shubham6405@gmail.com> | 2020-05-17 14:45:19 +0000 |
---|---|---|
committer | Shubham Saini <shubham6405@gmail.com> | 2020-05-17 14:45:19 +0000 |
commit | 73a9b71bc6f3a987d1c9e8601ffd85bd87c3eb51 (patch) | |
tree | cbf7de687f299adc14de72ed37c00f6fb2e9a708 /x | |
parent | 5bc01819f4c9b453e5b66994217aa61260a49201 (diff) |
switched dwm
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 |