[provisioning] Configure BSPWM

This commit is contained in:
Correl Roush 2020-06-23 21:14:51 -04:00
parent 54bb6afb65
commit fa6bf47a34
2 changed files with 9 additions and 7 deletions

View File

@ -4,7 +4,7 @@ pgrep -x sxhkd >/dev/null \
&& pkill -x -SIGUSR1 sxhkd \
|| sxhkd &
bspc monitor -d I II III IV V VI VII VIII IX
bspc monitor -d I II III IV
bspc config border_width 2
bspc config window_gap 12
@ -14,6 +14,8 @@ bspc config split_ratio 0.52
bspc config borderless_monocle false
bspc config gapless_monocle false
bspc config pointer_modifier mod1
bspc rule -r '*'
bspc rule -a Gimp desktop='^8' state=floating follow=on
bspc rule -a Chromium desktop='^2'

View File

@ -1,9 +1,9 @@
{alt,shift + alt} + {j,k}
bspc node {-f,-n} {next,prev}.active
alt + Return
super + Return
bspc node -n biggest
shift + alt + Return
xfce4-terminal
terminology
{shift + ctrl,shift + alt + ctrl} + space
state={fullscreen,floating}; \
bspc query -N -n "focused.$\{state\}" && state=tiled; \
@ -12,7 +12,7 @@ shift + alt + space
bspc desktop -l next
shift + ctrl + r
~/.config/bspwm/bspwmrc
{alt,shift + alt} + {w,e}
bspc monitor {-f,-m} {west,east}
{alt,shift + alt} + {1-9}
bspc {desktop -f,node -d} ^{1-9}
# {ctrl + alt,shift + alt} + {Left,Right}
# bspc {monitor -f,node -m} {west,east}
{alt,shift + alt} + {1-4}
bspc {desktop -f,node -d} ^{1-4}