diff options
author | Amin Bandali <amin@aminb.org> | 2018-04-16 15:52:06 -0400 |
---|---|---|
committer | Amin Bandali <amin@aminb.org> | 2018-04-16 15:52:06 -0400 |
commit | 149b29f1d745f8da7ed0da386282e61ae5057af2 (patch) | |
tree | ca6a68ac110126b88241270542ccbbb70814b735 /bspwm | |
parent | c650ad3754c4226be05c7fc46d20e6e8c46781b5 (diff) | |
download | configs-149b29f1d745f8da7ed0da386282e61ae5057af2.tar.gz configs-149b29f1d745f8da7ed0da386282e61ae5057af2.tar.xz configs-149b29f1d745f8da7ed0da386282e61ae5057af2.zip |
terrible commit message incoming: many changes
Diffstat (limited to 'bspwm')
-rwxr-xr-x | bspwm/.config/bspwm/bspwmrc | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/bspwm/.config/bspwm/bspwmrc b/bspwm/.config/bspwm/bspwmrc index 250dc1d..0234073 100755 --- a/bspwm/.config/bspwm/bspwmrc +++ b/bspwm/.config/bspwm/bspwmrc @@ -3,18 +3,18 @@ sxhkd & sh ~/.fehbg & xfce4-panel -d & -pnmixer & compton & -nm-applet & +sleep 0.5 && pasystray --notify=all & bspc monitor -d I II III IV V VI VII VIII IX X #bspc monitor eDP-1 -d I II III IV V #bspc monitor HDMI-1 -d VI VII VIII IX X -bspc config border_width 2 -bspc config window_gap 8 +#bspc config border_width 2 +#bspc config window_gap 8 +bspc config window_gap 0 -#bspc config top_padding 20 +bspc config bottom_padding 26 bspc config split_ratio 0.52 bspc config borderless_monocle true @@ -54,3 +54,5 @@ bspc rule -a discord state=floating bspc rule -a X2goclient state=floating bspc rule -a SimpleScreenRecorder state=floating bspc rule -a Gimp state=floating +bspc rule -a Wrapper-2.0 state=floating +bspc rule -a Zathura state=tiled |