From cdf3a1b340cc8441ec9b917120d1e2ca5de0aea0 Mon Sep 17 00:00:00 2001 From: Craig Jennings Date: Sun, 8 Mar 2026 13:50:07 -0500 Subject: feat(hyprland): float xdg-desktop-portal-gtk dialogs Prevents file open/save dialogs from disrupting master layout. --- dotfiles/hyprland/.config/hypr/hyprland.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/dotfiles/hyprland/.config/hypr/hyprland.conf b/dotfiles/hyprland/.config/hypr/hyprland.conf index d2dbeb6..61ecfd4 100644 --- a/dotfiles/hyprland/.config/hypr/hyprland.conf +++ b/dotfiles/hyprland/.config/hypr/hyprland.conf @@ -149,6 +149,7 @@ xwayland { # Window Rules (Hyprland 0.53+ syntax: match:CONDITION, RULE) # ============================================================================ # Floating windows (from DWM rules) +windowrule = match:class ^(xdg-desktop-portal-gtk)$, float on windowrule = match:class ^(Gimp)$, float on windowrule = match:class ^(caffeine)$, float on windowrule = match:class ^(blueman-services)$, float on -- cgit v1.2.3