update
This commit is contained in:
parent
a8ae668011
commit
c538385094
|
@ -7,11 +7,11 @@ super + shift + {q,r}
|
||||||
bspc {quit,wm -r}
|
bspc {quit,wm -r}
|
||||||
|
|
||||||
# close and kill
|
# close and kill
|
||||||
KP_Subtract
|
super + BackSpace
|
||||||
bspc node -c
|
bspc node -c
|
||||||
|
|
||||||
ctrl + KP_Subtract
|
# ctrl + KP_Subtract
|
||||||
bspc node -k
|
# bspc node -k
|
||||||
|
|
||||||
# alternate between the tiled and monocle layout
|
# alternate between the tiled and monocle layout
|
||||||
super + m
|
super + m
|
||||||
|
@ -70,7 +70,8 @@ super + bracket{left,right}
|
||||||
bspc desktop -f {prev,next}.local
|
bspc desktop -f {prev,next}.local
|
||||||
|
|
||||||
# focus the last node/desktop
|
# focus the last node/desktop
|
||||||
super + grave
|
# super + grave
|
||||||
|
super + n
|
||||||
bspc node -f last
|
bspc node -f last
|
||||||
|
|
||||||
# focus the older or newer node in the focus history
|
# focus the older or newer node in the focus history
|
||||||
|
|
Loading…
Reference in New Issue