Decrease picom's transparency

This commit is contained in:
Wiktor Zykubek 2020-05-10 18:44:22 +02:00
parent 41fe1b19d6
commit f6f4070c5d

View File

@ -100,9 +100,8 @@ frame-opacity = 0;
inactive-opacity-override = false;
opacity-rule = [
"88:class_g = 'St'",
"85:class_g = 'Polybar'",
"80:class_g = 'Rofi'"
"95:class_g = 'St'",
"95:class_g = 'Rofi'"
];
# Dim inactive windows. (0.0 - 1.0)
@ -177,7 +176,7 @@ detect-client-opacity = true;
refresh-rate = 0;
# Vertical synchronization: match the refresh rate of the monitor
vsync = true;
vsync = "opengl-swc";
# Enable DBE painting mode, intended to use with VSync to (hopefully) eliminate tearing.
# Reported to have no effect, though.