From 03937e5a01fd41ae137641513b630c64514d2863 Mon Sep 17 00:00:00 2001 From: Severin Kaderli Date: Mon, 29 Jul 2019 19:40:58 +0200 Subject: [PATCH] Add shadows to windows Signed-off-by: Severin Kaderli --- system/.config/compton/compton.conf | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/system/.config/compton/compton.conf b/system/.config/compton/compton.conf index 3b2f552..49e2cff 100644 --- a/system/.config/compton/compton.conf +++ b/system/.config/compton/compton.conf @@ -16,13 +16,13 @@ opacity-rule = [ "85:class_g = 'Thunar'" ]; -#inactive-dim = 0.25; +# Shadows +shadow = true; # Performance improvements unredir-if-possible = true; backend = "glx"; glx-no-stencil = true; glx-copy-from-front = false; -glx-swap-method = "undefined"; -vsync = "opengl-swc"; +vsync = true; xrender-sync-fence = true; \ No newline at end of file