commit aeb08bd2853f5715e43630ba66b4421d1e960875
parent ade43de4958c725f822e6dc84a7944f3542c9047
Author: Pablo Cárdenas <pablo.cardenas@imca.edu.pe>
Date: Mon, 23 Jan 2023 11:42:02 -0500
Removed focus sibling in sxhkd
Diffstat:
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/.config/sxhkd/sxhkdrc b/.config/sxhkd/sxhkdrc
@@ -59,8 +59,8 @@ super + {shift + }{h,j,k,l}
bspc node -{s} {west,south,north,east}
# focus the node for the given path jump
-super + {p,b,comma,period}
- bspc node -f @{parent,brother,first,second}
+super + {p,comma,period}
+ bspc node -f @{parent,first,second}
# focus the next/previous window in the current desktop
#super + {_,shift + }c