diff --git a/.config/sxhkd/sxhkdrc b/.config/sxhkd/sxhkdrc
index a81764d8..6ffd2f67 100644
--- a/.config/sxhkd/sxhkdrc
+++ b/.config/sxhkd/sxhkdrc
@@ -46,16 +46,19 @@ alt + m
 	bspc desktop -l next
 # Switch current node with biggest on current desktop
 alt + g
-	bspc node -s biggest --follow -d focused
+	bspc node -s biggest.local --follow
+# Focus the node for the given path jump
+alt + {a,c}
+	bspc node -f {@parent,biggest.descendant_of}
+# Rotate, equalize, or balance selection
+alt + {r,e,u}
+	bspc node -{R 90,E,B @/}
 # Set window states
 alt + {t,shift + t,f,shift + f}
 	bspc node -t {tiled,pseudo_tiled,floating,fullscreen}
 # Set node flags
 alt + ctrl + {x,y,z}
 	bspc node -g {locked,sticky,private}
-# Focus the node for the given path jump
-alt + {a,b}
-	bspc node -f @{parent,brother}
 # Focus the next/previous node in the current desktop
 alt + {_,shift + }c
 	bspc node -f {next,prev}.local