From 7511d26b84ccb35617a4fc7727fb0dc310219d8c Mon Sep 17 00:00:00 2001 From: DustVoice Date: Thu, 19 Mar 2020 17:11:38 +0100 Subject: [PATCH] Add cycle keybind for floating/tiled windows --- .config/sxhkd/sxhkdrc | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.config/sxhkd/sxhkdrc b/.config/sxhkd/sxhkdrc index 8aa47b9b..d5eeafe8 100644 --- a/.config/sxhkd/sxhkdrc +++ b/.config/sxhkd/sxhkdrc @@ -56,6 +56,14 @@ alt + {p,b,comma,period} alt + {_,shift + }n bspc node -f {next,prev}.local +# focus the next/previous floating node in the current desktop +alt + {_, shift + }space + bspc node -f {next,prev}.floating.local + +# focus the next/previous tiled node in the current desktop +alt + ctrl + {_, shift + }space + bspc node -f {next,prev}.tiled.local + # focus the next/previous desktop in the current monitor alt + bracket{left,right} bspc desktop -f {prev,next}.local