From 14f21cb172da2afa41b7fe357578cb55e424674c Mon Sep 17 00:00:00 2001 From: Patrick Stevens <3138005+Smaug123@users.noreply.github.com> Date: Fri, 29 Nov 2024 09:35:39 +0000 Subject: [PATCH] Fix shutdown menu (#98) --- home-manager/linux.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/home-manager/linux.nix b/home-manager/linux.nix index a121488..5a313d5 100644 --- a/home-manager/linux.nix +++ b/home-manager/linux.nix @@ -178,7 +178,7 @@ "menu" = "on-click"; "menu-file" = ./modules/waybar/power_menu.xml; "menu-actions" = { - "shutdown" = "shutdown"; + "shutdown" = "shutdown now"; "reboot" = "reboot"; "suspend" = "systemctl suspend"; "hibernate" = "systemctl hibernate";