Fixed issue with transparency config defaults

This commit is contained in:
Nuno Cardoso 2012-09-11 19:59:48 +01:00
parent 36efd8846c
commit 15d36de115
2 changed files with 4 additions and 3 deletions

View File

@ -11,7 +11,7 @@ char *format = "%s %b"; /* default format */
int timeouts[] = { 10, 10, 0 }; /* low, normal, critical */
unsigned int transparency = 1; /* transparency */
unsigned int transparency = 0; /* transparency */
char *geom = "0x0"; /* geometry */
int sort = True; /* sort messages by urgency */
int indicate_hidden = True; /* show count of hidden messages */

View File

@ -38,8 +38,9 @@
# right side of the screen. Y is measured from the top and down respectevly.
geometry = "0x3-30+20"
# the transparency of the window. range: [0; 100]
transparency = 25
# The transparency of the window. range: [0; 100]
# This option will only work if a compositing windowmanager is present (e.g. xcompmgr, compiz, etc..)
transparency = 0
# Don't remove messages, if the user is idle (no mouse or keyboard input)
# for longer than idle_threshold seconds.