From 79b3b4a888afa9f714c05b1a57d0c83860ca5aa4 Mon Sep 17 00:00:00 2001 From: Aly Raffauf Date: Thu, 18 Apr 2024 19:55:03 -0400 Subject: [PATCH] hyprland: add resive submap --- homeManagerModules/desktop/hypr/default.nix | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/homeManagerModules/desktop/hypr/default.nix b/homeManagerModules/desktop/hypr/default.nix index 5ef9db5e..6cb0a65b 100644 --- a/homeManagerModules/desktop/hypr/default.nix +++ b/homeManagerModules/desktop/hypr/default.nix @@ -373,6 +373,15 @@ # Show/hide waybar. bind = ${modifier}, F11, exec, pkill -SIGUSR1 waybar + + bind=ALT,R,submap,resize + submap=resize + binde=,right,resizeactive,10 0 + binde=,left,resizeactive,-10 0 + binde=,up,resizeactive,0 -10 + binde=,down,resizeactive,0 10 + bind=,escape,submap,reset + submap=reset ''; }; }