From d8d98ba8ac2a16bf6f5879e82cfb33353fab7291 Mon Sep 17 00:00:00 2001 From: iFargle Date: Sun, 7 Jan 2024 12:08:59 +0900 Subject: [PATCH] Test --- home-manager/common/desktops/hyprland/components/hyprland.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/home-manager/common/desktops/hyprland/components/hyprland.nix b/home-manager/common/desktops/hyprland/components/hyprland.nix index ff3826c1..291134e0 100644 --- a/home-manager/common/desktops/hyprland/components/hyprland.nix +++ b/home-manager/common/desktops/hyprland/components/hyprland.nix @@ -3,8 +3,8 @@ enable = true; extraConfig = '' # Resize - SUPER, R, exec, notify-send 'Entered resize mode. Press ESC to quit.' - SUPER, R, submap, resize + bind = SUPER, R, exec, notify-send 'Entered resize mode. Press ESC to quit.' + bind = SUPER, R, submap, resize submap = resize binde = , H, resizeactive,-50 0 binde = , L, resizeactive,50 0