summaryrefslogtreecommitdiff
path: root/dotfiles/hyprland/.config/hypr/hyprland.conf
diff options
context:
space:
mode:
authorCraig Jennings <c@cjennings.net>2026-03-08 13:50:07 -0500
committerCraig Jennings <c@cjennings.net>2026-03-08 13:50:07 -0500
commitcdf3a1b340cc8441ec9b917120d1e2ca5de0aea0 (patch)
tree958e7156b853ba627a0c10a2c82d08a813f403ab /dotfiles/hyprland/.config/hypr/hyprland.conf
parent8a28de7fc1132ae57110ead238adc5aa45ff61eb (diff)
feat(hyprland): float xdg-desktop-portal-gtk dialogsHEADmain
Prevents file open/save dialogs from disrupting master layout.
Diffstat (limited to 'dotfiles/hyprland/.config/hypr/hyprland.conf')
-rw-r--r--dotfiles/hyprland/.config/hypr/hyprland.conf1
1 files changed, 1 insertions, 0 deletions
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