From a67c7f6bab5bb732129b7b399eabcec9237ab946 Mon Sep 17 00:00:00 2001 From: iceyrazor Date: Tue, 10 Jun 2025 18:49:54 -0500 Subject: added hyprlock, wlogout, and wlogout script. --- env/.config/wlogout/layout | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 env/.config/wlogout/layout (limited to 'env/.config/wlogout/layout') diff --git a/env/.config/wlogout/layout b/env/.config/wlogout/layout new file mode 100644 index 0000000..9f88d6a --- /dev/null +++ b/env/.config/wlogout/layout @@ -0,0 +1,24 @@ +{ + "label" : "shutdown", + "action" : "poweroff", + "text" : "Shutdown", + "keybind" : "s" +} +{ + "label" : "reboot", + "action" : "reboot", + "text" : "Reboot", + "keybind" : "r" +} +{ + "label" : "logout", + "action" : "loginctl kill-session $XDG_SESSION_ID", + "text" : "Logout", + "keybind" : "e" +} +{ + "label" : "lock", + "action" : "hyprlock", + "text" : "Lock", + "keybind" : "l" +} -- cgit v1.3