From ad86dd672c0a3fa0b999298d5834df133a6ebac6 Mon Sep 17 00:00:00 2001 From: DustVoice Date: Sun, 30 Aug 2020 20:08:11 +0200 Subject: [PATCH] Correct mistake, where the next node can also be a parent node --- .config/sxhkd/sxhkdrc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.config/sxhkd/sxhkdrc b/.config/sxhkd/sxhkdrc index 649dc55..73a2245 100644 --- a/.config/sxhkd/sxhkdrc +++ b/.config/sxhkd/sxhkdrc @@ -54,7 +54,7 @@ alt + {p,b,comma,period} # focus the next/previous node in the current desktop alt + {_,shift + }n - bspc node -f {next,prev}.local + bspc node -f {next,prev}.tiled.local # focus the next/previous floating node in the current desktop alt + {_, shift + }space @@ -62,7 +62,7 @@ alt + {_, shift + }space # focus the next/previous tiled node in the current desktop alt + ctrl + {_, shift + }space - bspc node -f {next,prev}.tiled.local + bspc node -f {next,prev}.local # focus the next/previous desktop in the current monitor alt + bracket{left,right}