Fix class case for new thunderbird version

master
Quentin Duchemin 2022-09-12 11:43:42 +02:00
parent 0738e0ef20
commit 5cce65726d
1 changed files with 1 additions and 1 deletions

View File

@ -221,7 +221,7 @@ bindsym Control+$mod+g exec dunstctl context
################################## ##################################
# some windows will float automatically # some windows will float automatically
for_window [class="Thunderbird"] floating enable for_window [class="(?i)Thunderbird"] floating enable
for_window [window_role="Steam"] floating enable for_window [window_role="Steam"] floating enable
for_window [window_role="About"] floating enable for_window [window_role="About"] floating enable
for_window [window_role="Organizer"] floating enable for_window [window_role="Organizer"] floating enable