refactor: use for_window [all] instead of [title="."]
This commit is contained in:
parent
0be7cf6093
commit
2410834c1b
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
'';
|
'';
|
||||||
|
|
Loading…
Reference in a new issue