diff options
author | Shubham Saini <pryr@pryr.xyz> | 2020-07-12 17:00:55 +0000 |
---|---|---|
committer | Shubham Saini <pryr@pryr.xyz> | 2020-07-12 17:00:55 +0000 |
commit | a282280614117d85378aab776543e967e8160376 (patch) | |
tree | adca0cf399061ce37530e808600e0836310597a6 /x/.xinitrc | |
parent | bbbdafee9c0688cb9b22dc15ba9e1eef18c1045f (diff) |
rolling a light theme
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 | ||