From 1431232447f3c597d9d3a155b165e8133e6e94cb Mon Sep 17 00:00:00 2001 From: KoenDR06 Date: Sat, 3 May 2025 13:26:47 +0200 Subject: [PATCH] keybinding work --- modules/wm/hyprland/config/hypr/keybinds.conf | 16 +++++++++++----- 1 file changed, 11 insertions(+), 5 deletions(-) diff --git a/modules/wm/hyprland/config/hypr/keybinds.conf b/modules/wm/hyprland/config/hypr/keybinds.conf index 188b00b..0f08015 100644 --- a/modules/wm/hyprland/config/hypr/keybinds.conf +++ b/modules/wm/hyprland/config/hypr/keybinds.conf @@ -14,8 +14,9 @@ bindo = $mainMod, ESCAPE, submap, reset submap = reset bind = , F11, fullscreen -bind = $mainMod, P, exec, hyprlock +bindo = $mainMod, L, exec, hyprlock bind = $mainMod, F, togglefloating +bind = $mainMod, P, pin bind = $mainMod&SHIFT, S, exec, hyprshot -m region --clipboard-only bind = $mainMod, H, movefocus, l @@ -28,10 +29,15 @@ bind = $mainMod&SHIFT, L, movewindow, r bind = $mainMod&SHIFT, K, movewindow, u bind = $mainMod&SHIFT, J, movewindow, d -bind = $mainMod, Left, resizeactive, -50 0 -bind = $mainMod, Right, resizeactive, 50 0 -bind = $mainMod, Up, resizeactive, 0 -50 -bind = $mainMod, Down, resizeactive, 0 50 +binde = $mainMod, Left, moveactive, -50 0 +binde = $mainMod, Right, moveactive, 50 0 +binde = $mainMod, Up, moveactive, 0 -50 +binde = $mainMod, Down, moveactive, 0 50 + +binde = $mainMod&SHIFT, Left, resizeactive, -50 0 +binde = $mainMod&SHIFT, Right, resizeactive, 50 0 +binde = $mainMod&SHIFT, Up, resizeactive, 0 -50 +binde = $mainMod&SHIFT, Down, resizeactive, 0 50 bind = $mainMod, 1, workspace, 1 bind = $mainMod, 2, workspace, 2