Updated config

This commit is contained in:
Eduard Urbach 2025-06-25 16:55:29 +02:00
parent 910bb4a930
commit dea8315917
Signed by: akyoto
GPG key ID: 49226B848C78F6C8
11 changed files with 45 additions and 25 deletions

View file

@ -6,13 +6,13 @@
}
{
"label" : "shutdown",
"action" : "doas poweroff",
"action" : "poweroff",
"text" : "Shutdown",
"keybind" : "s"
}
{
"label" : "reboot",
"action" : "doas reboot",
"action" : "reboot",
"text" : "Reboot",
"keybind" : "r"
}