From b1805f6a99b752124705046061e43db9e2994257 Mon Sep 17 00:00:00 2001 From: ray Date: Fri, 8 Dec 2023 11:12:52 +0000 Subject: [PATCH] update --- sxhkdrc.bspwm | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/sxhkdrc.bspwm b/sxhkdrc.bspwm index 1fcc18d..132583d 100644 --- a/sxhkdrc.bspwm +++ b/sxhkdrc.bspwm @@ -49,6 +49,10 @@ super + s # focus/swap # +# Focus the next/previous node in the current desktop: +super + bracket{left,right} + bspc node -f {next,prev}.local + # focus the node in the given direction super + {_,shift + }{h,j,k,l} bspc node -{f,s} {west,south,north,east} @@ -66,7 +70,7 @@ super + Prior # bspc node -f {next,prev}.local focus the next/previous desktop in the current monitor -super + bracket{left,right} +super + ctrl + bracket{left,right} bspc desktop -f {prev,next}.local # focus the last node/desktop