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

@ -109,7 +109,7 @@
"$mainMod, XF86MonBrightnessDown" = ["exec, hyprctl hyprsunset temperature 5750"];
"$mainMod, XF86MonBrightnessUp" = ["exec, hyprctl hyprsunset identity"];
"CTRL ALT, t" = ["exec, systemctl --user restart hyprpanel.service"];
# "CTRL ALT, t" = ["exec, bash -c 'systemctl --user restart hyprpanel.service'"];
};
ws-bindings = {
@ -163,8 +163,8 @@
"4" = ["firefox" "Google-chrome" "chromium-browser"];
"5" = ["steam"];
"6" = ["steam_app_(.+)"];
"7" = [];
"8" = ["signal"];
"7" = ["signal"];
"8" = ["tidal-hifi"];
"9" = ["discord"];
"10" = ["python3"];
};
@ -188,6 +188,7 @@
"signal"
"vesktop"
"Spotify"
"tidal-hifi"
"obsidian"
"jetbrains-clion"
"jetbrains-idea"

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}\""];