minor fixes

This commit is contained in:
insects 2024-08-22 18:41:10 +02:00
parent 875569410e
commit 2f08749525
3 changed files with 13 additions and 6 deletions

View file

@ -51,12 +51,14 @@
"ignorezero,^(wofi)$"
];
windowrulev2 = let
steam = "title:^()$,class:^(steam)$";
in [
"stayfocused, ${steam}"
"minsize 1 1, ${steam}"
];
windowrulev2 =
let
steam = "title:^()$,class:^(steam)$";
in
[
"stayfocused, ${steam}"
"minsize 1 1, ${steam}"
];
decoration = {
active_opacity = 1.0;