diff options
Diffstat (limited to '.config/desktop-common/logout.d/power/layout')
-rw-r--r-- | .config/desktop-common/logout.d/power/layout | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/.config/desktop-common/logout.d/power/layout b/.config/desktop-common/logout.d/power/layout new file mode 100644 index 0000000..2b53986 --- /dev/null +++ b/.config/desktop-common/logout.d/power/layout @@ -0,0 +1,30 @@ +{ + "label" : "lock", + "action" : "swaylock -f -c 14171d", + "text" : "Lock", + "keybind" : "l" +} +{ + "label" : "logout", + "action" : "loginctl terminate-user $USER", + "text" : "Logout", + "keybind" : "e" +} +{ + "label" : "shutdown", + "action" : "loginctl poweroff", + "text" : "Shutdown", + "keybind" : "s" +} +{ + "label" : "suspend", + "action" : "loginctl suspend", + "text" : "Suspend", + "keybind" : "u" +} +{ + "label" : "reboot", + "action" : "reboot", + "text" : "Reboot", + "keybind" : "r" +} |