diff options
| author | Freya Murphy <freya@freyacat.org> | 2024-01-22 18:46:00 -0500 |
|---|---|---|
| committer | Freya Murphy <freya@freyacat.org> | 2024-01-22 18:46:00 -0500 |
| commit | ac4d05ca5a2580b1518e7c15a52b037ca6516aaf (patch) | |
| tree | 62be4e5995b4ee0ca4f1b60b7803972a01b5ec8b /.config/sway/logout.d/power/layout | |
| parent | rebase laptop (diff) | |
| download | dotfiles-arch-ac4d05ca5a2580b1518e7c15a52b037ca6516aaf.tar.gz dotfiles-arch-ac4d05ca5a2580b1518e7c15a52b037ca6516aaf.tar.bz2 dotfiles-arch-ac4d05ca5a2580b1518e7c15a52b037ca6516aaf.zip | |
remove old files
Diffstat (limited to '.config/sway/logout.d/power/layout')
| -rw-r--r-- | .config/sway/logout.d/power/layout | 30 |
1 files changed, 0 insertions, 30 deletions
diff --git a/.config/sway/logout.d/power/layout b/.config/sway/logout.d/power/layout deleted file mode 100644 index 2b53986..0000000 --- a/.config/sway/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" -} |