summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZachIR <zachir@librem.one>2025-07-22 23:01:33 -0500
committerZachIR <zachir@librem.one>2025-07-22 23:01:33 -0500
commitfcec167357afd7831341bcf8a817a3a466ffadca (patch)
treeec84cceae5ea2fdfa470b4b0ff60e6a78a51ea43
parent2f1eb7a6c025246d289364ee5732ba9add965ecd (diff)
Use hyprscrolling focus not movefocus
-rw-r--r--hypr/hyprland.conf8
1 files changed, 4 insertions, 4 deletions
diff --git a/hypr/hyprland.conf b/hypr/hyprland.conf
index ae57071..3e9547a 100644
--- a/hypr/hyprland.conf
+++ b/hypr/hyprland.conf
@@ -243,10 +243,10 @@ bind = $mainMod+SHIFT, H, layoutmsg, movewindowto l #HYPRSCROLLING
bind = $mainMod+SHIFT, L, layoutmsg, movewindowto r #HYPRSCROLLING
bind = $mainMod+SHIFT, J, layoutmsg, colresize -conf #HYPRSCROLLING
bind = $mainMod+SHIFT, K, layoutmsg, colresize +conf #HYPRSCROLLING
-bind = $mainMod, H, movefocus, l #HYPRSCROLLING
-bind = $mainMod, J, movefocus, u #HYPRSCROLLING
-bind = $mainMod, K, movefocus, d #HYPRSCROLLING
-bind = $mainMod, L, movefocus, r #HYPRSCROLLING
+bind = $mainMod, H, layoutmsg, focus l #HYPRSCROLLING
+bind = $mainMod, J, layoutmsg, focus u #HYPRSCROLLING
+bind = $mainMod, K, layoutmsg, focus d #HYPRSCROLLING
+bind = $mainMod, L, layoutmsg, focus r #HYPRSCROLLING
bind = $mainMod+SHIFT, Return, layoutmsg, promote #HYPRSCROLLING
#}}}