New floating class.
This commit is contained in:
parent
656763c97f
commit
f8866a9eca
1 changed files with 2 additions and 1 deletions
|
@ -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",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue