summaryrefslogtreecommitdiff
path: root/bspwm/.config
diff options
context:
space:
mode:
authorShubham Saini <shubham6405@gmail.com>2020-03-29 15:44:43 +0000
committerShubham Saini <shubham6405@gmail.com>2020-03-29 15:44:43 +0000
commitf6ab703716f4bbd1df25d2eb63fae10d1b6aa6b5 (patch)
treedfdf7f6f490eb525daadfb62d0805dffdea6a7b3 /bspwm/.config
parent70aa35c1b7311462c7564e36f6f8aae282587009 (diff)
less bloat
Diffstat (limited to 'bspwm/.config')
-rwxr-xr-xbspwm/.config/bspwm/bspwmrc6
1 files changed, 3 insertions, 3 deletions
diff --git a/bspwm/.config/bspwm/bspwmrc b/bspwm/.config/bspwm/bspwmrc
index 1d30e20..a586ed2 100755
--- a/bspwm/.config/bspwm/bspwmrc
+++ b/bspwm/.config/bspwm/bspwmrc
@@ -3,7 +3,7 @@
3sxhkd & 3sxhkd &
4dunst & 4dunst &
5unclutter & 5unclutter &
6compton & 6compton &> /dev/null &
7~/scrypts/bat_check.sh & 7~/scrypts/bat_check.sh &
8redshift -l 13.082680:80.270718 & 8redshift -l 13.082680:80.270718 &
9~/.fehbg & 9~/.fehbg &
@@ -11,14 +11,14 @@ urxvtd &
11 11
12bspc monitor -d term web music files code virt chat game IX X 12bspc monitor -d term web music files code virt chat game IX X
13 13
14bspc config border_width 2 14bspc config border_width 0
15bspc config window_gap 8 15bspc config window_gap 8
16 16
17bspc config split_ratio 0.52 17bspc config split_ratio 0.52
18bspc config borderless_monocle true 18bspc config borderless_monocle true
19bspc config gapless_monocle true 19bspc config gapless_monocle true
20 20
21bspc rule -a firefox desktop='^2' 21bspc rule -a Nightly desktop='^2'
22bspc rule -a Spacefm desktop='^4' 22bspc rule -a Spacefm desktop='^4'
23 23
24$HOME/.config/polybar/launch.sh & 24$HOME/.config/polybar/launch.sh &