From 391e25f0359677a607a1c219ad799f4dd8bef949 Mon Sep 17 00:00:00 2001 From: Tobias Schmidl Date: Tue, 19 Feb 2019 09:31:42 +0100 Subject: [PATCH] compton.conf: sorted options --- .config/compton.conf | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) 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;