Bug fix: Wrong file path being displayed on config file parsing error

- Fix a bug that causes wrong file path being displayed on configuration
  file parsing error.

- Continue dropping unused parameters and silence clang warnings.

- Add conky shadow exclusion rule to compton.sample.conf.
This commit is contained in:
Richard Grenville
2012-11-21 09:15:49 +08:00
parent e912fcde7b
commit 9ca20e7e32
3 changed files with 58 additions and 43 deletions

View File

@@ -10,7 +10,7 @@ shadow-offset-y = -7;
# shadow-red = 0.0;
# shadow-green = 0.0;
# shadow-blue = 0.0;
shadow-exclude = [ "n:e:Notification" ];
shadow-exclude = [ "n:e:Notification", "g:e:Conky" ];
# shadow-exclude = "n:e:Notification";
shadow-ignore-shaped = false;