hyprland: add quickshell autostart and bind

This commit is contained in:
Bloxx12 2025-04-29 13:57:19 +02:00
commit 6fd7d24087
2 changed files with 6 additions and 1 deletions

View file

@ -1,4 +1,5 @@
{
inputs,
lib,
pkgs,
...
@ -51,6 +52,7 @@ in {
# Restart waybar
"$mainMod CONTROL, B, exec, ${pkgs.procps}/bin/pkill waybar || ${getExe pkgs.waybar}"
"$mainMod CONTROL, Q, exec, ${pkgs.procps}/bin/pkill quickshell || ${getExe' inputs.quickshell.packages.${pkgs.stdenv.system}.default "quickshell"}"
];
binde = [