From cf5d8d92f1904511006a89970349dbf723ae1732 Mon Sep 17 00:00:00 2001 From: Freya Murphy Date: Fri, 21 Jun 2024 22:52:21 -0400 Subject: update things --- home-config/sway/logout.d/power/layout | 30 ------------------------------ 1 file changed, 30 deletions(-) delete mode 100644 home-config/sway/logout.d/power/layout (limited to 'home-config/sway/logout.d/power/layout') diff --git a/home-config/sway/logout.d/power/layout b/home-config/sway/logout.d/power/layout deleted file mode 100644 index ecd4759..0000000 --- a/home-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" : "loginctl reboot", - "text" : "Reboot", - "keybind" : "r" -} -- cgit v1.2.3-freya