Rename
This commit is contained in:
25
files/.config/picom.conf
Normal file
25
files/.config/picom.conf
Normal 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;
|
||||
#}
|
||||
Reference in New Issue
Block a user