From 6f8b185735bd537eb07aef842134f8cb65cd5f9f Mon Sep 17 00:00:00 2001 From: Vincent Bernat Date: Wed, 7 Jul 2021 16:53:27 +0200 Subject: [PATCH] picom: try switching to xr_glx_hybrid --- dotfiles/picom.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dotfiles/picom.conf b/dotfiles/picom.conf index 0f4b0ee..99d5675 100644 --- a/dotfiles/picom.conf +++ b/dotfiles/picom.conf @@ -1,5 +1,4 @@ -backend = "glx"; -xrender-sync-fence = true; +backend = "xr_glx_hybrid"; vsync = true; mark-ovredir-focused = true; use-ewmh-active-win = true; @@ -12,5 +11,6 @@ opacity-rule = [ "100:window_type = 'popup_menu'", "100:window_type = 'dropdown_menu'", "100:window_type = 'menu'", + "100:window_type = 'dock'", "85:!focused" ];