Compare commits
2 Commits
c94010fb12
...
f755edaa08
Author | SHA1 | Date | |
---|---|---|---|
|
f755edaa08 | ||
|
0c5f9af76f |
@ -1,5 +1,8 @@
|
|||||||
active-opacity = 1.0;
|
active-opacity = 1.0;
|
||||||
inactive-opacity = 0.9;
|
inactive-opacity = 0.9;
|
||||||
|
backend = "glx";
|
||||||
|
shadow = true;
|
||||||
|
corner-radius = 10;
|
||||||
|
|
||||||
opacity-rule = [
|
opacity-rule = [
|
||||||
"100:name ~?= 'YouTube — Mozilla Firefox'",
|
"100:name ~?= 'YouTube — Mozilla Firefox'",
|
||||||
@ -7,3 +10,8 @@ opacity-rule = [
|
|||||||
"100:name ~?= 'Netflix — Mozilla Firefox'",
|
"100:name ~?= 'Netflix — Mozilla Firefox'",
|
||||||
"100:class_g = 'Zathura'"
|
"100:class_g = 'Zathura'"
|
||||||
]
|
]
|
||||||
|
|
||||||
|
animation = ({
|
||||||
|
triggers = ["open", "close"];
|
||||||
|
preset = "appear";
|
||||||
|
})
|
||||||
|
Loading…
Reference in New Issue
Block a user