update hyprland config

This commit is contained in:
Alexander Navarro 2025-07-30 18:49:39 -04:00
parent 5a1d24ae0d
commit 19cbbb9fa8
17 changed files with 432 additions and 64 deletions

View file

@ -18,7 +18,7 @@
}
{
"label" : "shutdown",
"action" : "loginctl poweroff",
"action" : "systemctl -i poweroff",
"text" : "Shutdown",
"keybind" : "s"
}
@ -30,7 +30,7 @@
}
{
"label" : "reboot",
"action" : "loginctl reboot",
"action" : "systemctl reboot",
"text" : "Reboot",
"keybind" : "r"
}