diff --git a/.config/compton.conf b/.config/compton.conf index 3a35bf3..52cfbfa 100644 --- a/.config/compton.conf +++ b/.config/compton.conf @@ -1,13 +1,13 @@ -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"; +// vsync = "opengl-swc"; +dbus = true; +detect-client-leader = true; +detect-client-opacity = true; +detect-transient = true; // glx-no-stencil = true; -//vsync = "opengl-swc"; +mark-ovredir-focused = true; +mark-wmwin-focused = true; +no-dnd-shadow = true; +no-dock-shadow = true; +shadow = true; +use-ewmh-active-win = true;