From e92e36a2d9bcf5e0285c0780e80e3bbdfd78e8eb Mon Sep 17 00:00:00 2001 From: Giuliano Schneider Date: Tue, 30 Apr 2013 15:16:35 +0200 Subject: [PATCH] added documentation --- README.pod | 2 +- dunstrc | 2 +- settings.c | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.pod b/README.pod index ab2eeea..22d87b3 100644 --- a/README.pod +++ b/README.pod @@ -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 diff --git a/dunstrc b/dunstrc index ece15f0..52e1261 100644 --- a/dunstrc +++ b/dunstrc @@ -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] diff --git a/settings.c b/settings.c index 47a5924..0e0218f 100644 --- a/settings.c +++ b/settings.c @@ -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,