mirror of
https://github.com/basecamp/omarchy.git
synced 2026-02-17 15:25:37 +00:00
Some applications (e.g. Aether) use xdg-desktop-portal-gtk to open folder chooser dialogs titled "Choose Export Directory" or similar. These were not matched by the previous floating-window regex, causing them to tile instead of float. This change expands the title regex to include "Choose …" patterns, ensuring these dialogs float and center properly in Hyprland
15 lines
810 B
Plaintext
15 lines
810 B
Plaintext
# Floating windows
|
|
windowrule = float, tag:floating-window
|
|
windowrule = center, tag:floating-window
|
|
windowrule = size 800 600, tag:floating-window
|
|
|
|
windowrule = tag +floating-window, class:(blueberry.py|Impala|Wiremix|org.gnome.NautilusPreviewer|com.gabm.satty|Omarchy|About|TUI.float)
|
|
windowrule = tag +floating-window, class:(xdg-desktop-portal-gtk|sublime_text|DesktopEditors|org.gnome.Nautilus), title:^(Open.*Files?|Open [F|f]older.*|Save.*Files?|Save.*As|Save|All Files|.*wants to open.*|[C|c]hoose.*)
|
|
windowrule = float, class:org.gnome.Calculator
|
|
|
|
# Fullscreen screensaver
|
|
windowrule = fullscreen, class:Screensaver
|
|
|
|
# No transparency on media windows
|
|
windowrule = opacity 1 1, class:^(zoom|vlc|mpv|org.kde.kdenlive|com.obsproject.Studio|com.github.PintaProject.Pinta|imv|org.gnome.NautilusPreviewer)$
|