updated comments, removed unused stuff.

This commit is contained in:
pim-wtf
2022-04-20 19:46:17 +02:00
parent 19d84f3367
commit 05a7404466
13 changed files with 326 additions and 1041 deletions

View File

@ -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;