aboutsummaryrefslogtreecommitdiff
path: root/env/.config/wlogout/layout
diff options
context:
space:
mode:
authoriceyrazor <iceyrazor@mailfence.com>2025-06-11 18:56:41 -0500
committericeyrazor <iceyrazor@mailfence.com>2025-06-11 18:56:41 -0500
commita0048ec816f42e15b7413f552a9946e450baa080 (patch)
tree117d2fb98a0bc6c9aa2845e2b555ddce8740cf2c /env/.config/wlogout/layout
parent7cf3fa4899155cd16a6642ea5c9c7619c1bdf5d9 (diff)
fixed awesome to be a bit more consistant to hyprland. fixed autostart
Diffstat (limited to 'env/.config/wlogout/layout')
-rw-r--r--env/.config/wlogout/layout4
1 files changed, 2 insertions, 2 deletions
diff --git a/env/.config/wlogout/layout b/env/.config/wlogout/layout
index 9f88d6a..1c1f3b0 100644
--- a/env/.config/wlogout/layout
+++ b/env/.config/wlogout/layout
@@ -1,12 +1,12 @@
{
"label" : "shutdown",
- "action" : "poweroff",
+ "action" : "loginctl poweroff",
"text" : "Shutdown",
"keybind" : "s"
}
{
"label" : "reboot",
- "action" : "reboot",
+ "action" : "loginctl reboot",
"text" : "Reboot",
"keybind" : "r"
}