update picom conf

This commit is contained in:
SALVI Jérémie
2024-08-15 21:35:44 +02:00
parent 650308e098
commit 32fc1014ee
2 changed files with 25 additions and 3 deletions

View File

@@ -88,7 +88,6 @@ fade-out-step = 0.03;
# Specify a list of conditions of windows that should not be faded.
fade-exclude = [
"class_g = 'dmenu'",
]
# Do not fade on window open/close.
@@ -138,12 +137,11 @@ active-opacity = 0.95;
#
opacity-rule = [
"100:class_g = 'firefox'",
"100:class_g = 'Chromium'",
"100:class_g = 'mpv'",
"75:class_g = 'dmenu'",
"100:class_g = 'dontstarve_steam_x64'"
];
#################################
# Corners #
#################################