From 51d9687f6cc28619f3ae6e421a86bf5cbeaeec6a Mon Sep 17 00:00:00 2001 From: Freya Murphy Date: Wed, 15 May 2024 10:00:18 -0400 Subject: remove the --- .config/desktop-common/logout.d/power/layout | 30 ---------------------------- 1 file changed, 30 deletions(-) delete mode 100644 .config/desktop-common/logout.d/power/layout (limited to '.config/desktop-common/logout.d/power/layout') 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" -} -- cgit v1.2.3-freya