From 9a7322c5756411b7aab6f046febf16359790e7b6 Mon Sep 17 00:00:00 2001 From: FURK4NGG <105324908+FURK4NGG@users.noreply.github.com> Date: Sun, 10 Aug 2025 20:13:19 +0300 Subject: [PATCH] Delete .config/wlogout/layout --- .config/wlogout/layout | 36 ------------------------------------ 1 file changed, 36 deletions(-) delete mode 100644 .config/wlogout/layout diff --git a/.config/wlogout/layout b/.config/wlogout/layout deleted file mode 100644 index 009b7a0..0000000 --- a/.config/wlogout/layout +++ /dev/null @@ -1,36 +0,0 @@ -{ - "label" : "lock", - "action" : "swaylock -f -c 000000", - "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" -} -{ - "label" : "hibernate", - "action" : "systemctl hibernate", - "text" : "Hibernate", - "keybind" : "h" -}