From d4dd215f486747dcfba24cdc40dbd4ba71118102 Mon Sep 17 00:00:00 2001 From: Ivan Malison Date: Tue, 1 Dec 2020 13:08:36 -0800 Subject: [PATCH] [picom] Remove deprecated configurations --- dotfiles/config/picom.conf | 3 --- 1 file changed, 3 deletions(-) diff --git a/dotfiles/config/picom.conf b/dotfiles/config/picom.conf index 6126532f..e860addc 100644 --- a/dotfiles/config/picom.conf +++ b/dotfiles/config/picom.conf @@ -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,