summaryrefslogtreecommitdiffstats
path: root/.config/wlogout/layout
diff options
context:
space:
mode:
authorYigit Sever2024-08-30 11:04:03 +0200
committerYigit Sever2024-08-30 11:04:03 +0200
commit81cb7e952301e6ef240ae11434e05207cce39788 (patch)
tree15025bbe9656566eb33c91a366bfa936cfc3bf29 /.config/wlogout/layout
parentc8dc3000f5353210e2eb36b1fc51f020078cd7b4 (diff)
downloaddotfiles-81cb7e952301e6ef240ae11434e05207cce39788.tar.gz
dotfiles-81cb7e952301e6ef240ae11434e05207cce39788.tar.bz2
dotfiles-81cb7e952301e6ef240ae11434e05207cce39788.zip
wlogout: start tracking
Diffstat (limited to '.config/wlogout/layout')
-rw-r--r--.config/wlogout/layout36
1 files changed, 36 insertions, 0 deletions
diff --git a/.config/wlogout/layout b/.config/wlogout/layout
new file mode 100644
index 0000000..4c60f4d
--- /dev/null
+++ b/.config/wlogout/layout
@@ -0,0 +1,36 @@
1{
2 "label" : "lock",
3 "action" : "hyprlock",
4 "text" : "lock",
5 "keybind" : "l"
6}
7{
8 "label" : "hibernate",
9 "action" : "systemctl hibernate",
10 "text" : "hibernate",
11 "keybind" : "h"
12}
13{
14 "label" : "logout",
15 "action" : "loginctl terminate-user $USER",
16 "text" : "logout",
17 "keybind" : "e"
18}
19{
20 "label" : "shutdown",
21 "action" : "systemctl poweroff",
22 "text" : "shutdown",
23 "keybind" : "s"
24}
25{
26 "label" : "suspend",
27 "action" : "systemctl suspend",
28 "text" : "suspend",
29 "keybind" : "u"
30}
31{
32 "label" : "reboot",
33 "action" : "systemctl reboot",
34 "text" : "reboot",
35 "keybind" : "r"
36}