update
This commit is contained in:
parent
a8ae668011
commit
c538385094
2 changed files with 7 additions and 4 deletions
|
|
@ -7,11 +7,11 @@ super + shift + {q,r}
|
|||
bspc {quit,wm -r}
|
||||
|
||||
# close and kill
|
||||
KP_Subtract
|
||||
super + BackSpace
|
||||
bspc node -c
|
||||
|
||||
ctrl + KP_Subtract
|
||||
bspc node -k
|
||||
# ctrl + KP_Subtract
|
||||
# bspc node -k
|
||||
|
||||
# alternate between the tiled and monocle layout
|
||||
super + m
|
||||
|
|
@ -70,7 +70,8 @@ super + bracket{left,right}
|
|||
bspc desktop -f {prev,next}.local
|
||||
|
||||
# focus the last node/desktop
|
||||
super + grave
|
||||
# super + grave
|
||||
super + n
|
||||
bspc node -f last
|
||||
|
||||
# focus the older or newer node in the focus history
|
||||
|
|
|
|||
2
term-only
Normal file
2
term-only
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
super + 1
|
||||
alacritty
|
||||
Loading…
Add table
Add a link
Reference in a new issue