From ac4d05ca5a2580b1518e7c15a52b037ca6516aaf Mon Sep 17 00:00:00 2001 From: Freya Murphy Date: Mon, 22 Jan 2024 18:46:00 -0500 Subject: remove old files --- .config/sway/logout.d/power/layout | 30 ------------------------------ 1 file changed, 30 deletions(-) delete mode 100644 .config/sway/logout.d/power/layout (limited to '.config/sway/logout.d/power/layout') 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" -} -- cgit v1.2.3-freya