refactor: use for_window [all] instead of [title="."]

This commit is contained in:
buffet 2024-05-17 11:05:25 +02:00
parent 0be7cf6093
commit 2410834c1b

View file

@ -184,7 +184,7 @@ in {
}; };
extraConfig = '' extraConfig = ''
for_window [title="."] title_format "" for_window [all] title_format ""
for_window [title="^oyster$"] floating enable for_window [title="^oyster$"] floating enable
for_window [app_id="^pavucontrol$"] floating enable for_window [app_id="^pavucontrol$"] floating enable
''; '';