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";