From 1b5dc5e970eebf97e1e0bfd1137fc741b4fcb05c Mon Sep 17 00:00:00 2001 From: Brottweiler Date: Sun, 4 Sep 2016 19:24:24 +0200 Subject: [PATCH] Fix some missing trailing semicolons --- compton.sample.conf | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/compton.sample.conf b/compton.sample.conf index 6d02147..a964dc4 100644 --- a/compton.sample.conf +++ b/compton.sample.conf @@ -32,8 +32,8 @@ alpha-step = 0.06; # inactive-dim-fixed = true; # blur-background = true; # blur-background-frame = true; -blur-kern = "3x3box" -# blur-kern = "5,5,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1" +blur-kern = "3x3box"; +# blur-kern = "5,5,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1"; # blur-background-fixed = true; blur-background-exclude = [ "window_type = 'dock'", @@ -52,7 +52,7 @@ fade-out-step = 0.03; fade-exclude = [ ]; # Other -backend = "xrender" +backend = "xrender"; mark-wmwin-focused = true; mark-ovredir-focused = true; # use-ewmh-active-win = true;