added documentation

This commit is contained in:
Giuliano Schneider 2013-04-30 15:16:35 +02:00
parent a25e810b67
commit e92e36a2d9
3 changed files with 3 additions and 3 deletions

View File

@ -86,7 +86,7 @@ see also EXAMPLES show the notification on monitor n.
=item B<-shrink>
TODO
Shrink window if it's smaller than the width. Will be ignored if width is 0.
=item B<-lh/-line_height> height

View File

@ -61,7 +61,7 @@
# screen width minus the width defined in within the geometry option.
geometry = "300x5-30+20"
# TODO
# Shrink window if it's smaller than the width. Will be ignored if width is 0.
shrink = no
# The transparency of the window. range: [0; 100]

View File

@ -104,7 +104,7 @@ void load_settings(char *cmdline_config_path)
settings.shrink =
option_get_bool("global", "shrink", "-shrink",
shrink,
""); // TODO
"Shrink window if it's smaller than the width");
settings.line_height =
option_get_int("global", "line_height", "-lh/-line_height",
line_height,