feat(hyprland): hyprland music controls

This commit is contained in:
Zhongheng Liu 2025-01-10 21:25:34 +02:00
commit ae1dbae7c9
Signed by: steven
GPG key ID: 805A28B071DAD84B
5 changed files with 11 additions and 10 deletions

View file

@ -39,9 +39,8 @@
repeat_delay = 250;
accel_profile = "flat";
};
exec-once = config.myAutostartCommands ++ import ./hypr_autostart.nix {
inherit config;
};
exec-once = config.myAutostartCommands
++ (import ./hypr_autostart.nix { inherit config; inherit pkgs; });
misc = {
disable_hyprland_logo = true;
disable_splash_rendering = true;
@ -49,9 +48,7 @@
focus_on_activate = true; # see if fixes mako daemon not focusing
};
"$mod" = "SUPER";
binde = import ./xf86_binds.nix {
inherit pkgs;
};
binde = import ./xf86_binds.nix { inherit pkgs; };
bind = import ./binds.nix {
inherit config;
inherit pkgs;