diff options
author | Amin Bandali <amin@aminb.org> | 2017-04-27 09:20:32 -0400 |
---|---|---|
committer | Amin Bandali <amin@aminb.org> | 2017-04-27 09:20:32 -0400 |
commit | 855ca24386a69957e9449ba3d53e549cfeb11c87 (patch) | |
tree | c7fd375f1fc07c4610963aea9707c36741c2f1b7 /bspwm | |
parent | 5ee38ac2b3d22d617605185087c74db0f6a40091 (diff) | |
download | configs-855ca24386a69957e9449ba3d53e549cfeb11c87.tar.gz configs-855ca24386a69957e9449ba3d53e549cfeb11c87.tar.xz configs-855ca24386a69957e9449ba3d53e549cfeb11c87.zip |
New setup
This was sitting uncommitted locally for a while, thought it was time to commit
it and push it.
Diffstat (limited to 'bspwm')
-rwxr-xr-x | bspwm/.config/bspwm/bspwmrc | 19 |
1 files changed, 13 insertions, 6 deletions
diff --git a/bspwm/.config/bspwm/bspwmrc b/bspwm/.config/bspwm/bspwmrc index c7ffee5..a992a82 100755 --- a/bspwm/.config/bspwm/bspwmrc +++ b/bspwm/.config/bspwm/bspwmrc @@ -1,22 +1,24 @@ #! /bin/sh sxhkd & -# sleep .25 xfce4-panel -d & connman-gtk & pnmixer & sh ~/.fehbg & +compton & -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 10 -#bspc config bottom_padding 32 +bspc config window_gap 12 -# bspc config split_ratio 0.52 +bspc config top_padding 28 + +bspc config split_ratio 0.52 bspc config borderless_monocle true -bspc config click_to_focus true bspc config gapless_monocle true +bspc config click_to_focus true bspc rule -a Firefox desktop='^1' follow=on bspc rule -a Emacs desktop='^2' state=tiled follow=on @@ -27,3 +29,8 @@ bspc rule -a Connman-gtk state=floating bspc rule -a Xfce4-panel state=floating bspc rule -a TelegramDesktop state=floating bspc rule -a Ec state=floating +bspc rule -a Pavucontrol state=floating +bspc rule -a Eog state=floating +bspc rule -a Seahorse state=floating +bspc rule -a mpv state=floating +bspc rule -a Evince state=floating |