aboutsummaryrefslogtreecommitdiff
path: root/wlogout/layout
diff options
context:
space:
mode:
Diffstat (limited to 'wlogout/layout')
-rw-r--r--wlogout/layout36
1 files changed, 0 insertions, 36 deletions
diff --git a/wlogout/layout b/wlogout/layout
deleted file mode 100644
index cbcab7a32..000000000
--- a/wlogout/layout
+++ /dev/null
@@ -1,36 +0,0 @@
-{
- "label" : "lock",
- "action" : "loginctl lock-session",
- "text" : "Lock",
- "keybind" : "l"
-}
-{
- "label" : "hibernate",
- "action" : "systemctl hibernate",
- "text" : "Hibernate",
- "keybind" : "h"
-}
-{
- "label" : "logout",
- "action" : "sleep1; hyprctl dispatch exit",
- "text" : "Logout",
- "keybind" : "e"
-}
-{
- "label" : "shutdown",
- "action" : "systemctl poweroff",
- "text" : "Shutdown",
- "keybind" : "s"
-}
-{
- "label" : "suspend",
- "action" : "systemctl suspend",
- "text" : "Suspend",
- "keybind" : "u"
-}
-{
- "label" : "reboot",
- "action" : "systemctl reboot",
- "text" : "Reboot",
- "keybind" : "r"
-}