From c8cb8c1bcd9d53e9178843548dd3989e63cf8a2d Mon Sep 17 00:00:00 2001 From: Jacob Babor Date: Thu, 7 Nov 2024 22:45:13 -0600 Subject: [PATCH] Fix window rules for pavu on nonwork --- hyprland/.config/hypr/config.d/50-window-rules.conf | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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)$