From feb7c5826234e6d4e66f4348aeaf3be03f33b6bf Mon Sep 17 00:00:00 2001 From: tux Date: Tue, 10 Jun 2025 14:31:52 +0530 Subject: [PATCH] feat: add shutdown keybinding --- modules/home/desktop/hyprland/default.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/modules/home/desktop/hyprland/default.nix b/modules/home/desktop/hyprland/default.nix index d10a971..d28985b 100644 --- a/modules/home/desktop/hyprland/default.nix +++ b/modules/home/desktop/hyprland/default.nix @@ -115,6 +115,9 @@ "SUPER_SHIFT, F, fullscreen, 0" "SUPER_SHIFT, Space, togglefloating," + # shutdown + "SUPER_SHIFT, P, exec, poweroff" + # change focus "SUPER, left, movefocus, l" "SUPER, right, movefocus, r"