diff options
| author | Craig Jennings <c@cjennings.net> | 2026-03-08 13:50:07 -0500 |
|---|---|---|
| committer | Craig Jennings <c@cjennings.net> | 2026-03-08 13:50:07 -0500 |
| commit | b6afb33999861080ddfa9b7193d45ef09253aee7 (patch) | |
| tree | 7f6fec74b875b06e0439a33e4c08ddff329a8c87 /dotfiles/hyprland | |
| parent | 30418b56b8d70266f86be03c13dcbe5179f43e3c (diff) | |
| download | archsetup-b6afb33999861080ddfa9b7193d45ef09253aee7.tar.gz archsetup-b6afb33999861080ddfa9b7193d45ef09253aee7.zip | |
feat(hyprland): float xdg-desktop-portal-gtk dialogs
Prevents file open/save dialogs from disrupting master layout.
Diffstat (limited to 'dotfiles/hyprland')
| -rw-r--r-- | dotfiles/hyprland/.config/hypr/hyprland.conf | 1 |
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 |
