This commit is contained in:
2026-01-17 14:26:04 +01:00
commit 1e90a052c1
370 changed files with 2230 additions and 0 deletions
+38
View File
@@ -0,0 +1,38 @@
[
{
"label": "lock",
"action": "hyprlock",
"text": "Lock (l)",
"keybind": "l"
},
{
"label": "reboot",
"action": "systemctl reboot",
"text": "Reboot (r)",
"keybind": "r"
},
{
"label": "shutdown",
"action": "systemctl poweroff",
"text": "Shut Down (s)",
"keybind": "s"
},
{
"label": "logout",
"action": "hyprctl dispatch exit",
"text": "Exit (e)",
"keybind": "e"
},
{
"label": "suspend",
"action": "systemctl suspend",
"text": "Suspend (u)",
"keybind": "u"
},
{
"label": "hibernate",
"action": "systemctl hibernate",
"text": "Hibernate (h)",
"keybind": "h"
}
]