From 2ad7d3373353bc2440892f9bed9295066f93b4ae Mon Sep 17 00:00:00 2001 From: JaKooLit Date: Mon, 4 Dec 2023 00:06:37 +0900 Subject: return of wlogout. rofi-power is just pain 2 theme --- config/wlogout/layout | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 config/wlogout/layout (limited to 'config/wlogout/layout') diff --git a/config/wlogout/layout b/config/wlogout/layout new file mode 100644 index 00000000..6d1c3975 --- /dev/null +++ b/config/wlogout/layout @@ -0,0 +1,30 @@ +{ + "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