added a floating window focus hotkey
This commit is contained in:
parent
9721c3283b
commit
05d8a8fffe
|
@ -28,6 +28,10 @@ super + shift + {s,f}
|
|||
super + {grave,Tab}
|
||||
bspc {node,desktop} -f last
|
||||
|
||||
# focus the next floating node
|
||||
super + ctrl + f
|
||||
bspc node -f next.floating
|
||||
|
||||
# swap positions with the previous node
|
||||
super + apostrophe
|
||||
bspc node -s last
|
||||
|
|
Reference in a new issue