From cc6b15afe9d1164974c257f019903102b21f54e2 Mon Sep 17 00:00:00 2001 From: Samir Benmendil Date: Sat, 4 Jan 2014 10:08:16 +0100 Subject: [PATCH] use glx backend OMFB this fixes an outstanding issue with slow playback in mpv and other opengl application --- compton.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compton.conf b/compton.conf index c7ee0c6..6090d09 100644 --- a/compton.conf +++ b/compton.conf @@ -37,7 +37,7 @@ blur-background-exclude = [ "window_type = 'dock'", "window_type = 'desktop'" ]; #fade-exclude = [ ]; # Other -#backend = "xrender" +backend = "glx" mark-wmwin-focused = true; #mark-ovredir-focused = true; #use-ewmh-active-win = false; -- 2.48.1