From 19f025c2dc27da54127ae302482398be61b55ebe Mon Sep 17 00:00:00 2001 From: JaKooLit Date: Sat, 25 Nov 2023 18:54:55 +0900 Subject: updated --- config/wlogout/layout | 30 ------------------------------ 1 file changed, 30 deletions(-) delete mode 100644 config/wlogout/layout (limited to 'config/wlogout/layout') diff --git a/config/wlogout/layout b/config/wlogout/layout deleted file mode 100644 index 6d1c3975..00000000 --- a/config/wlogout/layout +++ /dev/null @@ -1,30 +0,0 @@ -{ - "label" : "lock", - "action" : "$HOME/.config/hypr/scripts/LockScreen.sh", - "text" : "Lock", - "keybind" : "l" -} -{ - "label" : "reboot", - "action" : "systemctl reboot", - "text" : "Reboot", - "keybind" : "r" -} -{ - "label" : "shutdown", - "action" : "systemctl poweroff", - "text" : "Shutdown", - "keybind" : "s" -} -{ - "label" : "logout", - "action" : "hyprctl dispatch exit 0", - "text" : "Logout", - "keybind" : "e" -} -{ - "label" : "suspend", - "action" : "systemctl suspend", - "text" : "Suspend", - "keybind" : "u" -} -- cgit v1.2.3