diff options
author | Shubham Saini <shubham6405@gmail.com> | 2020-05-17 11:40:22 +0000 |
---|---|---|
committer | Shubham Saini <shubham6405@gmail.com> | 2020-05-17 11:40:22 +0000 |
commit | 5bc01819f4c9b453e5b66994217aa61260a49201 (patch) | |
tree | 6fa764cb136fbdc1e91e39b4e60ca1920b9f498d /x | |
parent | bbd8414377daeaedce3715517a130f4d1f0e9893 (diff) |
changes
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 | ||