diff options
Diffstat (limited to 'config/hyprland/hypr/binds.conf')
-rw-r--r-- | config/hyprland/hypr/binds.conf | 10 |
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 |