This commit is contained in:
Marco Thomas
2020-11-29 13:16:17 +01:00
parent 29f4b3b53d
commit b92f25e457
4 changed files with 16 additions and 13 deletions

View File

@@ -4,6 +4,18 @@ opacity-rule = [
"95:class_g *?= 'XTerm'",
];
#backend = "glx";
#blur: {
# method: "dual_kawase";
# strength = 4;
#}
# Fading
#fading = true;
#fade-in-step = 0.10;
#fade-out-step = 0.10;
#fade-exclude = [ ];
#inactive-dim = 0.15;
#inactive-opacity = 0.9;
@@ -14,12 +26,3 @@ opacity-rule = [
# "class_g = 'dmenu'"
#];
#
#backend = "glx";
#blur: {
# method: "dual_kawase";
# size = 8;
# strength = 0;
# background = false;
# background-frame = false;
# background-fixed = false;
#}