From 327cad5594018cf361868b40629f173219733dd8 Mon Sep 17 00:00:00 2001 From: Mathias Scheider Date: Fri, 3 Apr 2026 08:49:16 +0200 Subject: [PATCH] some more useful Hyprland keybinds --- hypr/.config/hypr/hyprland.conf | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/hypr/.config/hypr/hyprland.conf b/hypr/.config/hypr/hyprland.conf index eb484b0..ce51a08 100755 --- a/hypr/.config/hypr/hyprland.conf +++ b/hypr/.config/hypr/hyprland.conf @@ -306,6 +306,16 @@ bind = $mainMod, l, movefocus, r bind = $mainMod, k, movefocus, u bind = $mainMod, j, movefocus, d +# Move windows with mainMod + WASD or Vim-style +bind = $mainMod SHIFT, a, movewindow, l +bind = $mainMod SHIFT, d, movewindow, r +bind = $mainMod SHIFT, w, movewindow, u +bind = $mainMod SHIFT, s, movewindow, d +bind = $mainMod SHIFT, h, movewindow, l +bind = $mainMod SHIFT, l, movewindow, r +bind = $mainMod SHIFT, k, movewindow, u +bind = $mainMod SHIFT, j, movewindow, d + # Resize focused window with mainMod + Arrows bind = $mainMod, left, resizeactive, -10 0 bind = $mainMod, right, resizeactive, 10 0