From 9aaea1c28eb154991c728d6772943bfdb0948391 Mon Sep 17 00:00:00 2001 From: h7x4 Date: Sun, 22 Dec 2024 23:41:39 +0100 Subject: [PATCH] home/hyprland: add keybinds for moving/resizing windows --- home/programs/hyprland.nix | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/home/programs/hyprland.nix b/home/programs/hyprland.nix index ca73396..fd8f0e0 100644 --- a/home/programs/hyprland.nix +++ b/home/programs/hyprland.nix @@ -215,6 +215,13 @@ in lib.flatten ]); + bindm = [ + "$mod, mouse:272, movewindow" + "$mod, Control_L, movewindow" + "$mod, mouse:273, resizewindow" + "$mod, ALT_L, resizewindow" + ]; + bindl = [ "$mod, p, exec, ${exe pkgs.mpc_cli} toggle" ",XF86AudioPlay, exec, ${exe pkgs.mpc_cli} toggle"