From e869984a815204f57da6cfd27c67ce69169ac07f Mon Sep 17 00:00:00 2001 From: tux Date: Sun, 28 Sep 2025 03:01:40 +0530 Subject: [PATCH] chore(hyprland): refine window floating toggle --- modules/home/desktop/hyprland/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/home/desktop/hyprland/default.nix b/modules/home/desktop/hyprland/default.nix index 34b11c2..dd8d80a 100644 --- a/modules/home/desktop/hyprland/default.nix +++ b/modules/home/desktop/hyprland/default.nix @@ -214,7 +214,7 @@ "SUPER, grave, hyprexpo:expo, toggle" "SUPER_SHIFT, Q, forcekillactive" "SUPER_SHIFT, F, fullscreen, 0" - "SUPER_SHIFT, Space, togglefloating" + "SUPER_SHIFT, Space, exec, hyprctl dispatch togglefloating; hyprctl dispatch resizeactive exact 1600 1200; hyprctl dispatch centerwindow;" # shutdown "SUPER_SHIFT, P, exec, poweroff"