diff options
Diffstat (limited to 'env/.config/wlogout/layout')
| -rw-r--r-- | env/.config/wlogout/layout | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/env/.config/wlogout/layout b/env/.config/wlogout/layout new file mode 100644 index 0000000..9f88d6a --- /dev/null +++ b/env/.config/wlogout/layout @@ -0,0 +1,24 @@ +{ + "label" : "shutdown", + "action" : "poweroff", + "text" : "Shutdown", + "keybind" : "s" +} +{ + "label" : "reboot", + "action" : "reboot", + "text" : "Reboot", + "keybind" : "r" +} +{ + "label" : "logout", + "action" : "loginctl kill-session $XDG_SESSION_ID", + "text" : "Logout", + "keybind" : "e" +} +{ + "label" : "lock", + "action" : "hyprlock", + "text" : "Lock", + "keybind" : "l" +} |
