[picom] Remove deprecated configurations

This commit is contained in:
Ivan Malison 2020-12-01 13:08:36 -08:00
parent 874cad02b1
commit d4dd215f48
No known key found for this signature in database
GPG Key ID: 62530EFBE99DC2F8

View File

@ -112,7 +112,6 @@ inactive-opacity = 1;
active-opacity = 1;
frame-opacity = 1;
inactive-opacity-override = false;
alpha-step = 0.06;
# Dim inactive windows. (0.0 - 1.0)
# inactive-dim = 0.2;
@ -190,8 +189,6 @@ vsync = "opengl";
# Enable DBE painting mode, intended to use with VSync to (hopefully) eliminate tearing.
# Reported to have no effect, though.
dbe = false;
# Painting on X Composite overlay window. Recommended.
paint-on-overlay = true;
# Limit compton to repaint at most once every 1 / refresh_rate second to boost performance.
# This should not be used with --vsync drm/opengl/opengl-oml as they essentially does --sw-opti's job already,