diff options
Diffstat (limited to 'dot-config/wlogout')
| -rw-r--r-- | dot-config/wlogout/layout | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/dot-config/wlogout/layout b/dot-config/wlogout/layout new file mode 100644 index 0000000..f8e5fbb --- /dev/null +++ b/dot-config/wlogout/layout @@ -0,0 +1,24 @@ +{ + "label" : "lock", + "action" : "swaylock", + "text" : "Lock", + "keybind" : "l" +} +{ + "label" : "logout", + "action" : "swaymsg exit", + "text" : "Logout", + "keybind" : "e" +} +{ + "label" : "shutdown", + "action" : "sudo halt", + "text" : "Shutdown", + "keybind" : "s" +} +{ + "label" : "reboot", + "action" : "sudo reboot", + "text" : "Reboot", + "keybind" : "r" +} |
