From 05d8a8fffed80b48725e264a14960e0ae13b040e Mon Sep 17 00:00:00 2001 From: Daniel Flanagan Date: Tue, 19 Jul 2016 13:50:51 -0500 Subject: [PATCH] added a floating window focus hotkey --- wm/sxhkdrc | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/wm/sxhkdrc b/wm/sxhkdrc index b8d41f1..ba8ba09 100755 --- a/wm/sxhkdrc +++ b/wm/sxhkdrc @@ -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