Misc: Add missing configuration file options and switches

- Add "xinerama_shadow_crop" configuration option.

- Add long commandline switches corresponding to the short ones.

- Documentation update.
This commit is contained in:
Richard Grenville
2013-08-26 22:00:53 +08:00
parent 3e71f8fa25
commit 5d4ed8f43f
4 changed files with 23 additions and 1 deletions

View File

@@ -13,7 +13,8 @@ shadow-offset-y = -7;
shadow-exclude = [ "name = 'Notification'", "class_g = 'Conky'", "class_g ?= 'Notify-osd'", "class_g = 'Cairo-clock'" ];
# shadow-exclude = "n:e:Notification";
shadow-ignore-shaped = false;
# shadow-exclude-reg = "x10+0+0"
# shadow-exclude-reg = "x10+0+0";
# xinerama-shadow-crop = true;
# Opacity
menu-opacity = 0.8;