diff --git a/.config/sxhkd/sxhkdrc b/.config/sxhkd/sxhkdrc
index 4a8ead28..84a19aaa 100755
--- a/.config/sxhkd/sxhkdrc
+++ b/.config/sxhkd/sxhkdrc
@@ -91,8 +91,6 @@ alt + ctrl + {x,y,z}
 # focus the node in the given direction
 alt + {_,shift + }{h,j,k,l}
 	bspc node -{f,s} {west,south,north,east}
-alt + {_,shift + }{Left,Down,Up,Right}
-	bspc node -{f,s} {west,south,north,east}
 
 # focus the node for the given path jump
 alt + {a,b}
@@ -151,7 +149,3 @@ super + alt + {h,j,k,l}
 # contract a window by moving one of its side inward
 super + alt + shift + {h,j,k,l}
 	bspc node -z {right -20 0,top 0 20,bottom 0 -20,left 20 0}
-
-# move a floating window
-alt + {Left,Down,Up,Right}
-	bspc node -v {-20 0,0 20,0 -20,20 0}