fixed awesome to be a bit more consistant to hyprland. fixed autostart

This commit is contained in:
2025-06-11 18:56:41 -05:00
parent 7cf3fa4899
commit a0048ec816
5 changed files with 13 additions and 22 deletions

View File

@@ -1,12 +1,12 @@
{
"label" : "shutdown",
"action" : "poweroff",
"action" : "loginctl poweroff",
"text" : "Shutdown",
"keybind" : "s"
}
{
"label" : "reboot",
"action" : "reboot",
"action" : "loginctl reboot",
"text" : "Reboot",
"keybind" : "r"
}