Fix some missing trailing semicolons

This commit is contained in:
Brottweiler 2016-09-04 19:24:24 +02:00
parent f1cd308cde
commit 1b5dc5e970
1 changed files with 3 additions and 3 deletions

View File

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