summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRaymaekers Luca <raymaekers.luca@gmail.com>2023-04-17 18:19:13 +0200
committerRaymaekers Luca <raymaekers.luca@gmail.com>2023-04-17 18:19:13 +0200
commitca569f466565dc9d435aa6fd96c1905a12c40216 (patch)
treee15098e3be5dfb503d3feb1e3d68bd4d7c85f884
parent9fb919bb1ff1b38ece25973662aa595bec3b7328 (diff)
make motion keybinds repeatable
-rw-r--r--config/hyprland/hypr/binds.conf10
1 files changed, 5 insertions, 5 deletions
diff --git a/config/hyprland/hypr/binds.conf b/config/hyprland/hypr/binds.conf
index 5e9ea8f..01abc75 100644
--- a/config/hyprland/hypr/binds.conf
+++ b/config/hyprland/hypr/binds.conf
@@ -17,11 +17,11 @@ bind = $mainMod, B, exec, firefox
bind = $mainMod, E, focusmonitor, +1
bind = $mainMod, W, focusmonitor, -1
-bind = $mainMod, H, movefocus, l
-bind = $mainMod, J, movefocus, d
-bind = $mainMod, K, movefocus, u
-bind = $mainMod, L, movefocus, r
-bind = $mainMod, SPACE, swapnext
+binde = $mainMod, H, movefocus, l
+binde = $mainMod, J, movefocus, d
+binde = $mainMod, K, movefocus, u
+binde = $mainMod, L, movefocus, r
+binde = $mainMod, SPACE, swapnext
bind = $mainMod SHIFT, E, movewindow, mon:+1
bind = $mainMod SHIFT, W, movewindow, mon:-1