From 6eab9ea2ff9e23300ffe6b0fac3b1570e2f247f5 Mon Sep 17 00:00:00 2001 From: Ahwx Date: Fri, 27 Sep 2024 15:23:46 +0200 Subject: [PATCH] feat: switch to pavucontrol-qt for depencies --- modules/home/hyprland/config.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/modules/home/hyprland/config.nix b/modules/home/hyprland/config.nix index 14bbaed..eba0149 100644 --- a/modules/home/hyprland/config.nix +++ b/modules/home/hyprland/config.nix @@ -148,7 +148,7 @@ "$mainMod SHIFT, F, exec, firefox" "$mainMod SHIFT, T, exec, thunderbird" - "$mainMod SHIFT, P, exec, pavucontrol" + "$mainMod SHIFT, P, exec, pavucontrol-qt" # screenshot "SUPER SHIFT, S, exec, grimblast --notify --cursor save area ~/Pictures/$(date +'%Y-%m-%d-At-%Ih%Mm%Ss').png" @@ -266,6 +266,7 @@ "opacity 1.0 override 1.0 override, class:(Unity)" "idleinhibit focus, class:^(mpv)$" "idleinhibit fullscreen, class:^(firefox)$" + "float,class:^(pavucontrol-qt)$" "float,class:^(pavucontrol)$" "float,class:^(SoundWireServer)$" "float,class:^(.sameboy-wrapped)$"