New floating class.

This commit is contained in:
Bartek Stalewski 2024-06-12 02:23:10 +02:00
parent 656763c97f
commit f8866a9eca
No known key found for this signature in database

View File

@ -189,8 +189,9 @@ floating_layout = layout.Floating(
Match(title="Firefox — Sharing Indicator"), Match(title="Firefox — Sharing Indicator"),
Match(title="Enter name of file to save to…"), Match(title="Enter name of file to save to…"),
Match(title="Save Image"), Match(title="Save Image"),
Match(wm_class="authenticator"),
Match(wm_class="bluetuith"), Match(wm_class="bluetuith"),
Match(wm_class="authenticator") Match(wm_class="xdg-desktop-portal-gtk")
], ],
border_focus='#0094d8', border_focus='#0094d8',
border_normal="#272822", border_normal="#272822",