aboutsummaryrefslogtreecommitdiff
path: root/env/.config/wlogout/layout
diff options
context:
space:
mode:
authoriceyrazor <iceyrazor@mailfence.com>2025-06-10 18:49:54 -0500
committericeyrazor <iceyrazor@mailfence.com>2025-06-10 18:49:54 -0500
commita67c7f6bab5bb732129b7b399eabcec9237ab946 (patch)
tree3a69b08b65ea0587b9a641e69b8ed92f36aa2192 /env/.config/wlogout/layout
parentfafe4746e4a5e1ee191332e1b883440658f3876c (diff)
added hyprlock, wlogout, and wlogout script.
Diffstat (limited to 'env/.config/wlogout/layout')
-rw-r--r--env/.config/wlogout/layout24
1 files changed, 24 insertions, 0 deletions
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"
+}