This commit is contained in:
Lukian 2024-09-25 10:35:01 +02:00
parent 9803bb3037
commit cd87fb4bf4
14 changed files with 0 additions and 0 deletions

View file

@ -1,24 +0,0 @@
{
"label" : "lock",
"action" : "hyprlock",
"text" : "",
"keybind" : "l"
}
{
"label" : "logout",
"action" : "loginctl terminate-user $USER",
"text" : "",
"keybind" : "e"
}
{
"label" : "shutdown",
"action" : "systemctl poweroff",
"text" : "",
"keybind" : "s"
}
{
"label" : "reboot",
"action" : "systemctl reboot",
"text" : "",
"keybind" : "r"
}