1

Home: Move hyprpanel reload into escape menu

This commit is contained in:
2025-07-18 00:53:35 +02:00
parent 95738f6d9f
commit 976b5c0c4f
2 changed files with 6 additions and 4 deletions

View File

@ -141,6 +141,7 @@ in {
"Poweroff" = "poweroff";
"Reboot" = "reboot";
"Lock" = "loginctl lock-session";
"Reload Hyprpanel" = "systemctl --user restart hyprpanel.service";
"Reload Hyprland" = "hyprctl reload";
"Exit Hyprland" = "hyprctl dispatch exit";
};
@ -153,7 +154,7 @@ in {
{
"$mainMod, escape" = ["exec, \"${power-menu}\""];
"$mainMod, M" = ["exec, \"${keybinds-menu}\""];
# "$mainMod, O" = ["exec, \"${lectures-menu}\""]; # TODO: Broken, expand on that
# "$mainMod, O" = ["exec, \"${lectures-menu}\""];
}
(lib.optionalAttrs (!nixosConfig.modules.network.useNetworkManager) {
"$mainMod, U" = ["exec, \"${vpn-menu}\""];