diff options
| author | Freya Murphy <freya@freyacat.org> | 2024-05-15 10:00:18 -0400 |
|---|---|---|
| committer | Freya Murphy <freya@freyacat.org> | 2024-05-15 10:00:18 -0400 |
| commit | 51d9687f6cc28619f3ae6e421a86bf5cbeaeec6a (patch) | |
| tree | d9e37dc348045861b0a3a9001e9903f2bd96f409 /.config/desktop-common/logout.d/power/layout | |
| parent | un forgor some files (diff) | |
| download | dotfiles-arch-51d9687f6cc28619f3ae6e421a86bf5cbeaeec6a.tar.gz dotfiles-arch-51d9687f6cc28619f3ae6e421a86bf5cbeaeec6a.tar.bz2 dotfiles-arch-51d9687f6cc28619f3ae6e421a86bf5cbeaeec6a.zip | |
remove the
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" -} |