added a floating window focus hotkey

This commit is contained in:
Daniel Flanagan 2016-07-19 13:50:51 -05:00
parent 9721c3283b
commit 05d8a8fffe

View file

@ -28,6 +28,10 @@ super + shift + {s,f}
super + {grave,Tab} super + {grave,Tab}
bspc {node,desktop} -f last bspc {node,desktop} -f last
# focus the next floating node
super + ctrl + f
bspc node -f next.floating
# swap positions with the previous node # swap positions with the previous node
super + apostrophe super + apostrophe
bspc node -s last bspc node -s last