mirror of
https://github.com/correl/dotfiles.git
synced 2025-04-13 09:11:03 -09:00
[provisioning] Configure BSPWM
This commit is contained in:
parent
54bb6afb65
commit
fa6bf47a34
2 changed files with 9 additions and 7 deletions
|
@ -4,7 +4,7 @@ pgrep -x sxhkd >/dev/null \
|
||||||
&& pkill -x -SIGUSR1 sxhkd \
|
&& pkill -x -SIGUSR1 sxhkd \
|
||||||
|| 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 border_width 2
|
||||||
bspc config window_gap 12
|
bspc config window_gap 12
|
||||||
|
@ -14,6 +14,8 @@ bspc config split_ratio 0.52
|
||||||
bspc config borderless_monocle false
|
bspc config borderless_monocle false
|
||||||
bspc config gapless_monocle false
|
bspc config gapless_monocle false
|
||||||
|
|
||||||
|
bspc config pointer_modifier mod1
|
||||||
|
|
||||||
bspc rule -r '*'
|
bspc rule -r '*'
|
||||||
bspc rule -a Gimp desktop='^8' state=floating follow=on
|
bspc rule -a Gimp desktop='^8' state=floating follow=on
|
||||||
bspc rule -a Chromium desktop='^2'
|
bspc rule -a Chromium desktop='^2'
|
||||||
|
|
|
@ -1,9 +1,9 @@
|
||||||
{alt,shift + alt} + {j,k}
|
{alt,shift + alt} + {j,k}
|
||||||
bspc node {-f,-n} {next,prev}.active
|
bspc node {-f,-n} {next,prev}.active
|
||||||
alt + Return
|
super + Return
|
||||||
bspc node -n biggest
|
bspc node -n biggest
|
||||||
shift + alt + Return
|
shift + alt + Return
|
||||||
xfce4-terminal
|
terminology
|
||||||
{shift + ctrl,shift + alt + ctrl} + space
|
{shift + ctrl,shift + alt + ctrl} + space
|
||||||
state={fullscreen,floating}; \
|
state={fullscreen,floating}; \
|
||||||
bspc query -N -n "focused.$\{state\}" && state=tiled; \
|
bspc query -N -n "focused.$\{state\}" && state=tiled; \
|
||||||
|
@ -12,7 +12,7 @@ shift + alt + space
|
||||||
bspc desktop -l next
|
bspc desktop -l next
|
||||||
shift + ctrl + r
|
shift + ctrl + r
|
||||||
~/.config/bspwm/bspwmrc
|
~/.config/bspwm/bspwmrc
|
||||||
{alt,shift + alt} + {w,e}
|
# {ctrl + alt,shift + alt} + {Left,Right}
|
||||||
bspc monitor {-f,-m} {west,east}
|
# bspc {monitor -f,node -m} {west,east}
|
||||||
{alt,shift + alt} + {1-9}
|
{alt,shift + alt} + {1-4}
|
||||||
bspc {desktop -f,node -d} ^{1-9}
|
bspc {desktop -f,node -d} ^{1-4}
|
||||||
|
|
Loading…
Add table
Reference in a new issue