sane focus bindings

Amolith created

Change summary

dot_config/hypr/hyprland.conf.tmpl | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)

Detailed changes

dot_config/hypr/hyprland.conf.tmpl 🔗

@@ -197,10 +197,10 @@ bind = $mod SHIFT, g, togglegroup
 bind = $mod      , g, changegroupactive
 
 # Move focus with mod + arrow keys
-bind = $mod, left , movefocus, l
-bind = $mod, right, movefocus, r
-bind = $mod, up   , movefocus, u
-bind = $mod, down , movefocus, d
+bind = $mod, left , movefocus, h
+bind = $mod, right, movefocus, l
+bind = $mod, up   , movefocus, k
+bind = $mod, down , movefocus, j
 
 # Switch workspaces with mod + [0-9]
 bind = $mod, 1, workspace, 1