summaryrefslogtreecommitdiff
path: root/bspwm
diff options
context:
space:
mode:
Diffstat (limited to 'bspwm')
-rwxr-xr-xbspwm/.config/bspwm/bspwmrc7
1 files changed, 6 insertions, 1 deletions
diff --git a/bspwm/.config/bspwm/bspwmrc b/bspwm/.config/bspwm/bspwmrc
index 52529ba..770eab4 100755
--- a/bspwm/.config/bspwm/bspwmrc
+++ b/bspwm/.config/bspwm/bspwmrc
@@ -2,13 +2,18 @@
2 2
3# bspwm 3# bspwm
4bspc monitor -d 1 2 3 4 5 6 4bspc monitor -d 1 2 3 4 5 6
5bspc config border_width 0 5bspc config border_width 3
6bspc config window_gap 8 6bspc config window_gap 8
7bspc config split_ratio 0.50 7bspc config split_ratio 0.50
8bspc config focus_follows_pointer true 8bspc config focus_follows_pointer true
9bspc config borderless_monocle true 9bspc config borderless_monocle true
10bspc config gapless_monocle true 10bspc config gapless_monocle true
11 11
12# borders
13bspc config normal_border_color '#171a1f'
14bspc config active_border_color '#171a1f'
15bspc config focused_border_color '#20242a'
16
12# rules 17# rules
13bspc rule -a firefox desktop='^2' 18bspc rule -a firefox desktop='^2'
14bspc rule -a Steam desktop='^6' 19bspc rule -a Steam desktop='^6'