diff options
| author | vaskozl <vasil.zlatanov@gmail.com> | 2015-03-21 14:44:55 +0100 | 
|---|---|---|
| committer | vaskozl <vasil.zlatanov@gmail.com> | 2015-03-21 14:44:55 +0100 | 
| commit | a7f08ffd1c05625618bf292114f94b46c9281096 (patch) | |
| tree | f3b88d1c10dea49da65a5d6bcad25e15f7592d3f /config/bspwm/bspwmrc | |
| parent | 823581bd7c5e5904eab5884f999a39b5f9e895b4 (diff) | |
| download | dotfiles-a7f08ffd1c05625618bf292114f94b46c9281096.tar.gz dotfiles-a7f08ffd1c05625618bf292114f94b46c9281096.tar.bz2 dotfiles-a7f08ffd1c05625618bf292114f94b46c9281096.zip | |
volume down fix
Diffstat (limited to 'config/bspwm/bspwmrc')
| -rwxr-xr-x | config/bspwm/bspwmrc | 4 | 
1 files changed, 3 insertions, 1 deletions
| diff --git a/config/bspwm/bspwmrc b/config/bspwm/bspwmrc index 6a2b2fe..d8c81f5 100755 --- a/config/bspwm/bspwmrc +++ b/config/bspwm/bspwmrc @@ -1,4 +1,4 @@ -#! /bin/sh +# /bin/sh  source ~/.config/bspwm/colors  bspc config border_width        3 @@ -10,6 +10,8 @@ bspc config focused_border_color $COLOR0  bspc config active_border_color $COLOR0  bspc config normal_border_color $COLOR11 +bspc config top_padding 24  +  bspc config borderless_monocle     true  bspc config gapless_monocle        true  bspc config apply_floating_atom    true | 
