diff options
author | Shubham Saini <shubham6405@gmail.com> | 2019-12-02 12:21:04 +0000 |
---|---|---|
committer | Shubham Saini <shubham6405@gmail.com> | 2019-12-02 12:21:04 +0000 |
commit | a42df546ce34429759a20bc2c4c240de045dbd0a (patch) | |
tree | 4e7153d41d6a1b710f8002f2eb7b64231889b6cf /bspwm/.config |
using stow
Diffstat (limited to 'bspwm/.config')
-rwxr-xr-x | bspwm/.config/bspwm/bspwmrc | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/bspwm/.config/bspwm/bspwmrc b/bspwm/.config/bspwm/bspwmrc new file mode 100755 index 0000000..d2c6c82 --- /dev/null +++ b/bspwm/.config/bspwm/bspwmrc | |||
@@ -0,0 +1,28 @@ | |||
1 | #! /bin/sh | ||
2 | |||
3 | sxhkd & | ||
4 | dunst & | ||
5 | unclutter & | ||
6 | xss-lock /home/ssaini/.config/lock.sh & | ||
7 | compton --config ~/.config/compton.conf & | ||
8 | ~/.config/bat_check.sh & | ||
9 | redshift -l 13.082680:80.270718 & | ||
10 | xbacklight -set 30 & | ||
11 | feh --bg-fill ~/Pictures/ocean.jpg & | ||
12 | urxvtd & | ||
13 | |||
14 | bspc monitor -d term web music files code virt chat game IX X | ||
15 | |||
16 | bspc config border_width 2 | ||
17 | bspc config window_gap 8 | ||
18 | |||
19 | bspc config split_ratio 0.52 | ||
20 | bspc config borderless_monocle true | ||
21 | bspc config gapless_monocle true | ||
22 | |||
23 | bspc rule -a Brave-browser desktop='^2' | ||
24 | bspc rule -a Spotify desktop='^3' | ||
25 | bspc rule -a telegram-desktop desktop='^7' | ||
26 | bspc rule -a Pcmanfm desktop='^4' | ||
27 | |||
28 | $HOME/.config/polybar/launch.sh & | ||