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, 0 insertions, 30 deletions
diff --git a/.config/desktop-common/logout.d/power/layout b/.config/desktop-common/logout.d/power/layout deleted file mode 100644 index 2b53986..0000000 --- a/.config/desktop-common/logout.d/power/layout +++ /dev/null @@ -1,30 +0,0 @@ -{ - "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" -} |