[ADD][I3] Make Thunderbird's filter window float

This commit is contained in:
Bruno BELANYI 2019-10-16 14:39:34 +02:00
parent 0473705335
commit 0e2d7f5d00

View file

@ -279,3 +279,5 @@ for_window [class="tridactyl_editor"] floating enable border pixel 1
for_window [class="^Blueman-.*$"] floating enable
# Make htop windows floating by default
for_window [title="^htop$"] floating enable
# Make Thunderbird filter window floating by default
for_window [class="Thunderbird" instance="Mailnews" window_role="filterlist"] floating enable