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, XF86MonBrightnessDown" = ["exec, hyprctl hyprsunset temperature 5750"];
"$mainMod, XF86MonBrightnessUp" = ["exec, hyprctl hyprsunset identity"]; "$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 = { ws-bindings = {
@ -163,8 +163,8 @@
"4" = ["firefox" "Google-chrome" "chromium-browser"]; "4" = ["firefox" "Google-chrome" "chromium-browser"];
"5" = ["steam"]; "5" = ["steam"];
"6" = ["steam_app_(.+)"]; "6" = ["steam_app_(.+)"];
"7" = []; "7" = ["signal"];
"8" = ["signal"]; "8" = ["tidal-hifi"];
"9" = ["discord"]; "9" = ["discord"];
"10" = ["python3"]; "10" = ["python3"];
}; };
@ -188,6 +188,7 @@
"signal" "signal"
"vesktop" "vesktop"
"Spotify" "Spotify"
"tidal-hifi"
"obsidian" "obsidian"
"jetbrains-clion" "jetbrains-clion"
"jetbrains-idea" "jetbrains-idea"

View File

@ -141,6 +141,7 @@ in {
"Poweroff" = "poweroff"; "Poweroff" = "poweroff";
"Reboot" = "reboot"; "Reboot" = "reboot";
"Lock" = "loginctl lock-session"; "Lock" = "loginctl lock-session";
"Reload Hyprpanel" = "systemctl --user restart hyprpanel.service";
"Reload Hyprland" = "hyprctl reload"; "Reload Hyprland" = "hyprctl reload";
"Exit Hyprland" = "hyprctl dispatch exit"; "Exit Hyprland" = "hyprctl dispatch exit";
}; };
@ -153,7 +154,7 @@ in {
{ {
"$mainMod, escape" = ["exec, \"${power-menu}\""]; "$mainMod, escape" = ["exec, \"${power-menu}\""];
"$mainMod, M" = ["exec, \"${keybinds-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) { (lib.optionalAttrs (!nixosConfig.modules.network.useNetworkManager) {
"$mainMod, U" = ["exec, \"${vpn-menu}\""]; "$mainMod, U" = ["exec, \"${vpn-menu}\""];