From db81a357c98833c271cc1682b8517e75df43ac54 Mon Sep 17 00:00:00 2001 From: tux Date: Tue, 30 Sep 2025 11:14:48 +0530 Subject: [PATCH] feat(hyprland): add window centering shortcut --- modules/home/desktop/hyprland/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/home/desktop/hyprland/default.nix b/modules/home/desktop/hyprland/default.nix index dd8d80a..5d3d2ae 100644 --- a/modules/home/desktop/hyprland/default.nix +++ b/modules/home/desktop/hyprland/default.nix @@ -261,6 +261,7 @@ "SUPER_ALT, right, moveactive, 20 0" "SUPER_ALT, up, moveactive, 0 -20" "SUPER_ALT, down, moveactive, 0 20" + "SUPER_ALT, equal, exec, hyprctl dispatch centerwindow;" # speaker and mic volume control " , XF86AudioRaiseVolume, exec, wpctl set-volume -l 1 @DEFAULT_AUDIO_SINK@ 10%+"