From 51ed6c6d2c0db42e0fb4e156f24217650ddded19 Mon Sep 17 00:00:00 2001 From: tux Date: Tue, 24 Feb 2026 21:51:47 +0530 Subject: [PATCH] chore(hyprland): update keybind for pin action --- modules/home/desktop/hyprland/default.nix | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/modules/home/desktop/hyprland/default.nix b/modules/home/desktop/hyprland/default.nix index a9b166b..82dabcb 100644 --- a/modules/home/desktop/hyprland/default.nix +++ b/modules/home/desktop/hyprland/default.nix @@ -206,9 +206,7 @@ "SUPER_SHIFT, Q, forcekillactive" "SUPER_SHIFT, F, fullscreen, 0" "SUPER_SHIFT, Space, exec, hyprctl dispatch togglefloating; hyprctl dispatch resizeactive exact 1200 800; hyprctl dispatch centerwindow;" - - # shutdown - "SUPER_SHIFT, P, exec, poweroff" + "SUPER_SHIFT, P, exec, hyprctl dispatch pin" # lock "SUPER_SHIFT, L, exec, hyprlock"