Update floating rules
Tor browser has changed class, it's now the same as Firefox, so resort to matching the title. OpenBVE pretends it's a modal, so force disable floating for it.
This commit is contained in:
parent
df25e27136
commit
7d983ff529
1 changed files with 2 additions and 1 deletions
|
@ -260,11 +260,12 @@ exec_always --no-startup-id "$HOME/.config/i3/background.sh"
|
|||
# Specific rules # {{{1
|
||||
##################
|
||||
|
||||
for_window [class="Tor Browser"] floating enable
|
||||
for_window [title="Tor Browser$"] floating enable
|
||||
for_window [class="Peek"] floating enable
|
||||
for_window [class="org-openstreetmap-josm-gui-MainApplication" instance="sun-awt-X11-XDialogPeer" title="^Download$|^Mapillary image|^Geotagged Images"] floating disable
|
||||
for_window [class="Nextcloud" instance="nextcloud"] floating disable
|
||||
for_window [class="Xfce4-settings-manager"] floating disable
|
||||
for_window [title="^openBVE$"] floating disable
|
||||
|
||||
# class border backgr. text indicator child_border
|
||||
client.focused #293123 #293123 #ffffff #2ef49e #285577
|
||||
|
|
Loading…
Reference in a new issue