From 2ab0a902b57518d31e08628a82fa03d79d885809 Mon Sep 17 00:00:00 2001 From: David Todd Date: Mon, 28 Sep 2020 14:49:08 -0500 Subject: [PATCH] Fix compton --- home/.config/compton.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/home/.config/compton.conf b/home/.config/compton.conf index c78ce1f..8a58af4 100644 --- a/home/.config/compton.conf +++ b/home/.config/compton.conf @@ -23,7 +23,7 @@ inactive-opacity = 0.94; # Default opacity of inactive windows. (0.0 - 1.0) # frame-opacity = 0.8; # Opacity of window titlebars and borders. (0.1 - 1.0) # inactive-opacity-override = true; # Let inactive opacity set by 'inactive-opacity' overrides # value of _NET_WM_OPACITY. Bad choice. -alpha-step = 0.06; # XRender backend: Step size for alpha pictures. Increasing +#alpha-step = 0.06; # XRender backend: Step size for alpha pictures. Increasing # it may result in less X resource usage, # Yet fading may look bad. # inactive-dim = 0.2; # Dim inactive windows. (0.0 - 1.0) @@ -61,7 +61,7 @@ refresh-rate = 0; # For --sw-opti: Specify refresh rate of the screen. 0 for au vsync = "opengl"; # "none", "drm", "opengl", "opengl-oml", "opengl-swc", "opengl-mswc" # See man page for more details. dbe = false; # Enable DBE painting mode. Rarely needed. -paint-on-overlay = true; # Painting on X Composite overlay window. Recommended. +#paint-on-overlay = true; # Painting on X Composite overlay window. Recommended. sw-opti = false; # Limit compton to repaint at most once every 1 / refresh_rate. # Incompatible with certain VSync methods. unredir-if-possible = false; # Unredirect all windows if a full-screen opaque window is