updated comments, removed unused stuff.
This commit is contained in:
@ -1,14 +1,19 @@
|
||||
# Main
|
||||
#############################
|
||||
# ________
|
||||
# | _____ \
|
||||
# | | _/ / Pim Nelissen
|
||||
# | | /__/ https://pim.wtf/
|
||||
# | |
|
||||
# \_|
|
||||
|
||||
# Picom config.
|
||||
|
||||
# Main settings.
|
||||
backend = "glx";
|
||||
experimental-backends = true;
|
||||
vsync = "true";
|
||||
refresh-rate = 0;
|
||||
|
||||
# Opacity
|
||||
#############################
|
||||
refresh-rate = 75;
|
||||
|
||||
# Opacity and dimming.
|
||||
active-opacity = 0.88;
|
||||
inactive-opacity = 0.88;
|
||||
frame-opacity = 1.0;
|
||||
@ -18,14 +23,13 @@ inactive-dim = 0.0
|
||||
inactive-dim-fixed = 1.0
|
||||
focus-exclude = []
|
||||
|
||||
# Opacity exceptions.
|
||||
opacity-rule = [
|
||||
"100:name *= 'Netflix'",
|
||||
"100:name *= 'RawTherapee'"
|
||||
];
|
||||
|
||||
# Blur
|
||||
#############################
|
||||
|
||||
blur:
|
||||
{
|
||||
method = "dual_kawase";
|
||||
@ -38,12 +42,8 @@ blur:
|
||||
}
|
||||
|
||||
# Shadows
|
||||
#############################
|
||||
|
||||
shadow = false;
|
||||
|
||||
# Corners
|
||||
#############################
|
||||
|
||||
corner-radius = 12;
|
||||
round-borders = 1;
|
||||
|
Reference in New Issue
Block a user