From 6bbeefb8533b47305f40d6a2c58535b021a8b739 Mon Sep 17 00:00:00 2001 From: KoenDR06 Date: Tue, 11 Mar 2025 12:29:05 +0100 Subject: [PATCH] Added bindings to move windows --- modules/wm/hyprland/config/hypr/keybinds.conf | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/modules/wm/hyprland/config/hypr/keybinds.conf b/modules/wm/hyprland/config/hypr/keybinds.conf index 3423788..a21d656 100644 --- a/modules/wm/hyprland/config/hypr/keybinds.conf +++ b/modules/wm/hyprland/config/hypr/keybinds.conf @@ -15,6 +15,11 @@ bind = $mainMod, L, movefocus, r bind = $mainMod, K, movefocus, u bind = $mainMod, J, movefocus, 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 + bind = $mainMod, 1, workspace, 1 bind = $mainMod, 2, workspace, 2 bind = $mainMod, 3, workspace, 3