26 lines
459 B
Plaintext
26 lines
459 B
Plaintext
# Opacity
|
|
opacity-rule = [
|
|
"95:class_g *?= 'Rofi'",
|
|
"95:class_g *?= 'XTerm'",
|
|
];
|
|
|
|
#inactive-dim = 0.15;
|
|
#inactive-opacity = 0.9;
|
|
|
|
#detect-rounded-corners = true;
|
|
#corner-radius = 0.0;
|
|
#rounded-corners-exclude= [
|
|
# "class_g = 'i3-frame'",
|
|
# "class_g = 'dmenu'"
|
|
#];
|
|
#
|
|
#backend = "glx";
|
|
#blur: {
|
|
# method: "dual_kawase";
|
|
# size = 2;
|
|
# strength = 0;
|
|
# background = false;
|
|
# background-frame = false;
|
|
# background-fixed = false;
|
|
#}
|