summaryrefslogtreecommitdiff
path: root/config/hypr/hyprland.conf
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--config/hypr/hyprland.conf6
1 files changed, 3 insertions, 3 deletions
diff --git a/config/hypr/hyprland.conf b/config/hypr/hyprland.conf
index 075dbec..d25cdc5 100644
--- a/config/hypr/hyprland.conf
+++ b/config/hypr/hyprland.conf
@@ -73,9 +73,9 @@ bind = SUPER, RETURN, layoutmsg, swapwithmaster master
bind = SUPER SHIFT, J, layoutmsg, swapnext
bind = SUPER SHIFT, K, layoutmsg, swapprev
-# Move focus with mainMod + arrow keys
-bind = SUPER, L, movefocus, l
-bind = SUPER, H, movefocus, r
+# Move focus with mainMod + hjkl
+bind = SUPER, L, movefocus, r
+bind = SUPER, H, movefocus, l
bind = SUPER, K, movefocus, u
bind = SUPER, J, movefocus, d