From ca569f466565dc9d435aa6fd96c1905a12c40216 Mon Sep 17 00:00:00 2001 From: Raymaekers Luca Date: Mon, 17 Apr 2023 18:19:13 +0200 Subject: make motion keybinds repeatable --- config/hyprland/hypr/binds.conf | 10 +++++----- 1 file 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 -- cgit v1.2.3