Steam fixes
This commit is contained in:
parent
294e7dbd18
commit
f6408981f8
1 changed files with 2 additions and 0 deletions
|
@ -70,6 +70,8 @@
|
||||||
windowrule = [
|
windowrule = [
|
||||||
"noblur,^(firefox)$" # disables blur for firefox
|
"noblur,^(firefox)$" # disables blur for firefox
|
||||||
"opacity 1.0 override,^(firefox)$"
|
"opacity 1.0 override,^(firefox)$"
|
||||||
|
"noblur,^(steam)$" # disables blur for steam
|
||||||
|
"opacity 1.0 override,^(steam)$"
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue