Merge pull request #375 from Brottweiler/config-sample-typo-fix

Fix some missing trailing semicolons
This commit is contained in:
Richard Grenville 2016-09-07 16:23:44 +08:00 committed by GitHub
commit b7f43ee67a
1 changed files with 3 additions and 3 deletions

View File

@ -32,8 +32,8 @@ alpha-step = 0.06;
# inactive-dim-fixed = true; # inactive-dim-fixed = true;
# blur-background = true; # blur-background = true;
# blur-background-frame = true; # blur-background-frame = true;
blur-kern = "3x3box" 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 = "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-fixed = true;
blur-background-exclude = [ blur-background-exclude = [
"window_type = 'dock'", "window_type = 'dock'",
@ -52,7 +52,7 @@ fade-out-step = 0.03;
fade-exclude = [ ]; fade-exclude = [ ];
# Other # Other
backend = "xrender" backend = "xrender";
mark-wmwin-focused = true; mark-wmwin-focused = true;
mark-ovredir-focused = true; mark-ovredir-focused = true;
# use-ewmh-active-win = true; # use-ewmh-active-win = true;