diff --git a/hyprland/.config/hypr/config.d/50-window-rules.conf b/hyprland/.config/hypr/config.d/50-window-rules.conf index b836f15e..c547ad0c 100644 --- a/hyprland/.config/hypr/config.d/50-window-rules.conf +++ b/hyprland/.config/hypr/config.d/50-window-rules.conf @@ -5,6 +5,9 @@ # Default rule that ships with hypr windowrulev2 = suppressevent maximize, class:.* # You'll probably like this. +# XDG desktop portal stuff, like file uploads, should float +windowrulev2 = float, center 1, class:^(xdg-desktop-portal-gtk)$ + # Force pavucontrol to be the center of attention windowrulev2 = float, center 1, class:^(.*pavucontrol.*)$ windowrulev2 = pin, class:^(.*pavucontrol.*)$