diff --git a/hyprland/.config/hypr/config.d/50-window-rules.conf b/hyprland/.config/hypr/config.d/50-window-rules.conf
index 3211d395..bf4c8b9d 100644
--- a/hyprland/.config/hypr/config.d/50-window-rules.conf
+++ b/hyprland/.config/hypr/config.d/50-window-rules.conf
@@ -6,7 +6,8 @@
 windowrulev2 = suppressevent maximize, class:.* # You'll probably like this.
 
 # Force pavucontrol to be the center of attention
-windowrulev2 = float, center 1, pin, class:^(.*pavucontrol.*)$
+windowrulev2 = float, center 1, class:^(.*pavucontrol.*)$
+windowrulev2 = pin, class:^(.*pavucontrol.*)$
 
 # Assign specific windows to specific workspaces on launch
 windowrulev2 = workspace 8 silent, class:^(org.keepassxc.KeePassXC)$