From a1daf95e1c1057fa4cfd781d7112c48fae85b009 Mon Sep 17 00:00:00 2001 From: vincent Date: Sat, 13 Jun 2020 10:36:22 +0200 Subject: [PATCH] correct term flashing issue --- wm/.config/picom.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/wm/.config/picom.conf b/wm/.config/picom.conf index 956384d..11ac3a9 100644 --- a/wm/.config/picom.conf +++ b/wm/.config/picom.conf @@ -186,7 +186,7 @@ dbe = false; # 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, # unless you wish to specify a lower refresh rate than the actual value. -sw-opti = true; +#sw-opti = true; # Unredirect all windows if a full-screen opaque window is detected, to maximize performance for full-screen windows, like games. # Known to cause flickering when redirecting/unredirecting windows. @@ -201,7 +201,7 @@ detect-transient = true; # Use WM_CLIENT_LEADER to group windows, and consider windows in the same group focused at the same time. # WM_TRANSIENT_FOR has higher priority if --detect-transient is enabled, too. detect-client-leader = true; - +xrender-sync-fence = true; ################################# # # Window type settings