mirror of
https://github.com/Smaug123/nix-dotfiles
synced 2025-10-06 06:58:41 +00:00
Fix shutdown menu (#98)
This commit is contained in:
@@ -178,7 +178,7 @@
|
|||||||
"menu" = "on-click";
|
"menu" = "on-click";
|
||||||
"menu-file" = ./modules/waybar/power_menu.xml;
|
"menu-file" = ./modules/waybar/power_menu.xml;
|
||||||
"menu-actions" = {
|
"menu-actions" = {
|
||||||
"shutdown" = "shutdown";
|
"shutdown" = "shutdown now";
|
||||||
"reboot" = "reboot";
|
"reboot" = "reboot";
|
||||||
"suspend" = "systemctl suspend";
|
"suspend" = "systemctl suspend";
|
||||||
"hibernate" = "systemctl hibernate";
|
"hibernate" = "systemctl hibernate";
|
||||||
|
Reference in New Issue
Block a user