From 85814083ce5fdc031ed117eed7934459dc9aa028 Mon Sep 17 00:00:00 2001 From: Elias Renman Date: Wed, 31 Jan 2024 20:51:28 +0100 Subject: [PATCH] chore: keymap --- hypr/keymap.conf | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/hypr/keymap.conf b/hypr/keymap.conf index b7b8a3b..4ceea9b 100644 --- a/hypr/keymap.conf +++ b/hypr/keymap.conf @@ -57,6 +57,11 @@ bind= $mainMod, tab, changegroupactive # Move/resize windows with mainMod + LMB/RMB and dragging bindm = $mainMod, mouse:272, movewindow bindm = $mainMod, mouse:273, resizewindow +# Resize window with mainMod + CTRL + up, down, left, right +bind = $mainMod CTRL, right, resizeactive, 25 0 +bind = $mainMod CTRL, left, resizeactive, -25 0 +bind = $mainMod CTRL, up, resizeactive, 0 -25 +bind = $mainMod CTRL, down, resizeactive, 0 25 # # Media keys #