diff options
Diffstat (limited to 'env/.config/wlogout')
| -rw-r--r-- | env/.config/wlogout/layout | 4 |
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" } |
