diff --git a/_gui/_configs/qtile/config.py b/_gui/_configs/qtile/config.py index cf6371d..52eeeb2 100644 --- a/_gui/_configs/qtile/config.py +++ b/_gui/_configs/qtile/config.py @@ -189,8 +189,9 @@ floating_layout = layout.Floating( Match(title="Firefox — Sharing Indicator"), Match(title="Enter name of file to save to…"), Match(title="Save Image"), + Match(wm_class="authenticator"), Match(wm_class="bluetuith"), - Match(wm_class="authenticator") + Match(wm_class="xdg-desktop-portal-gtk") ], border_focus='#0094d8', border_normal="#272822",