From 4b2b93be6cf7481c084c0ad7f469e6bfddf4776f Mon Sep 17 00:00:00 2001 From: Tobias Schmidl Date: Tue, 8 Jan 2019 16:16:01 +0100 Subject: [PATCH] Update compton.conf --- .config/compton.conf | 23 +++++++++++++---------- 1 file changed, 13 insertions(+), 10 deletions(-) diff --git a/.config/compton.conf b/.config/compton.conf index 6feba92..3a35bf3 100644 --- a/.config/compton.conf +++ b/.config/compton.conf @@ -1,10 +1,13 @@ -shadow = 1; -no_dock_shadow = 1; -detect-client-opacity = 1; -use-ewmh-active-win = 1; -detect-transient = 1; -detect-client-leader = 1; -backend = glx; -glx-no-stencil = true; -dbus = 1; -vsync = opengl-swc; +shadow = true; +no-dock-shadow = true; +no-dnd-shadow = true; +detect-client-opacity = true; +use-ewmh-active-win = true; +detect-transient = true; +detect-client-leader = true; +dbus = true; +mark-wmwin-focused = true; +mark-ovredir-focused = true; +// backend = "glx"; +// glx-no-stencil = true; +//vsync = "opengl-swc";