i3 JOSM window rules: only match exact title
This commit is contained in:
parent
621b90b166
commit
022859b987
1 changed files with 1 additions and 1 deletions
|
@ -254,7 +254,7 @@ exec_always --no-startup-id notify-send -t 1500 -a 'i3' "i3 started"
|
|||
##################
|
||||
|
||||
for_window [class="Tor Browser"] floating enable
|
||||
for_window [class="org-openstreetmap-josm-gui-MainApplication" instance="sun-awt-X11-XDialogPeer" title="Download"] floating disable
|
||||
for_window [class="org-openstreetmap-josm-gui-MainApplication" instance="sun-awt-X11-XDialogPeer" title="^Download$"] floating disable
|
||||
for_window [class="Nextcloud" instance="nextcloud"] floating disable
|
||||
for_window [class="Xfce4-settings-manager"] floating disable
|
||||
|
||||
|
|
Loading…
Reference in a new issue