Updated config

This commit is contained in:
Eduard Urbach 2025-05-28 16:39:25 +02:00
parent 8fcda55cbd
commit 0943589dd7
Signed by: eduard
GPG key ID: 49226B848C78F6C8
21 changed files with 155 additions and 199 deletions

View file

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