This commit is contained in:
Marco Thomas
2020-09-30 18:46:26 +02:00
parent 8db26833c1
commit 55dc499bab
326 changed files with 0 additions and 1 deletions

25
files/.config/picom.conf Normal file
View File

@@ -0,0 +1,25 @@
# 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;
#}