From 20b78d47c51cd9f27a9d80978f050556fb157a3c Mon Sep 17 00:00:00 2001 From: davidovski Date: Mon, 16 May 2022 00:50:25 +0100 Subject: remove multi monitor references, to be added manually --- config/picom/picom.conf | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'config/picom/picom.conf') diff --git a/config/picom/picom.conf b/config/picom/picom.conf index f2cfbca..68d0f83 100644 --- a/config/picom/picom.conf +++ b/config/picom/picom.conf @@ -291,11 +291,12 @@ blur-background-exclude = [ experimental-backends = true; backend = "glx"; #backend = "xrender"; +#backend = "xr_glx_hybrid"; # Enable/disable VSync. -# vsync = false -vsync = true +vsync = false +#vsync = true # Enable remote control via D-Bus. See the *D-BUS API* section below for more details. # dbus = false -- cgit v1.2.1