@@ -205,11 +205,17 @@ bind = $mod CTRL , N, exec, dunstctl context
bind = $mod SHIFT, g, togglegroup
bind = $mod , g, changegroupactive
-# Move focus with mod + arrow keys
-bind = $mod, left , movefocus, h
-bind = $mod, right, movefocus, l
-bind = $mod, up , movefocus, k
-bind = $mod, down , movefocus, j
+# Move focus with mod + Vim keys
+bind = $mod, h, movefocus, l
+bind = $mod, l, movefocus, r
+bind = $mod, j, movefocus, d
+bind = $mod, k, movefocus, u
+
+# Move active with mod + Vim keys
+bind = $mod SHIFT, h, moveactive, l
+bind = $mod SHIFT, l, moveactive, r
+bind = $mod SHIFT, j, moveactive, d
+bind = $mod SHIFT, k, moveactive, u
# Switch workspaces with mod + [0-9]
bind = $mod, 1, workspace, 1