diff options
author | Amin Bandali <me@aminb.org> | 2014-10-25 23:59:15 -0400 |
---|---|---|
committer | Amin Bandali <me@aminb.org> | 2014-10-25 23:59:15 -0400 |
commit | 8c17e1b67d7b10dba95414c3fdf8793ee1c5acbe (patch) | |
tree | 8f4ebd338ed0a25fc51d1d6eb0996b1cf52f2be4 /bspwm | |
parent | dac80d79b0f68cd143c15c9a4769d630a7d03d08 (diff) | |
download | configs-8c17e1b67d7b10dba95414c3fdf8793ee1c5acbe.tar.gz configs-8c17e1b67d7b10dba95414c3fdf8793ee1c5acbe.tar.xz configs-8c17e1b67d7b10dba95414c3fdf8793ee1c5acbe.zip |
change dotfiles according to my latest setup (bspwm as wm for xfce)
Diffstat (limited to 'bspwm')
-rwxr-xr-x | bspwm/.config/bspwm/bspwmrc | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/bspwm/.config/bspwm/bspwmrc b/bspwm/.config/bspwm/bspwmrc index 1f07d0f..8ca115f 100755 --- a/bspwm/.config/bspwm/bspwmrc +++ b/bspwm/.config/bspwm/bspwmrc @@ -3,14 +3,17 @@ bspc config border_width 5 bspc config window_gap 10 +bspc config top_padding 30 + bspc config split_ratio 0.5 bspc config borderless_monocle true bspc config gapless_monocle true bspc config focus_by_distance true -bspc monitor -d I II III IV V VI VII VIII IX X +# bspc monitor -d I II III IV V VI VII VIII IX X +bspc monitor -d I II III IV V bspc rule -a Firefox desktop=^2 focus=on bspc rule -a Thunderbird desktop=^3 focus=on -panel & +# panel & |