diff --git a/README.pod b/README.pod index a3fbd2f..1ab205a 100644 --- a/README.pod +++ b/README.pod @@ -4,7 +4,7 @@ dunst - dmenu-ish universal notification system =head1 SYNOPSIS -dunst [-geometry geom] [-fn font] [-nf/nb/lf/lb/cf/cb color] +dunst [-geometry geom] [-fn font] [-nf/nb/lf/lb/cf/cb color] [-to/nto/lto/cto secs] [-format fmt] [-key key] [-mod mod] [-mon n] [-v] =head1 DESCRIPTION @@ -17,7 +17,7 @@ fashion similar to dmenu. =over 4 -=item B<-h/--help> +=item B<-h/--help> display help message. @@ -84,12 +84,13 @@ see also EXAMPLES show the notification on monitor n. Increase verbosity. Can be used multiple times. -=back =item B<-config file> use alternative config file. +=back + =head1 FORMAT fmt is a string containing placeholders. The placeholders will be replaced with the corresponding text, or if the text is not present, nothing. Possible placeholders are: @@ -127,6 +128,12 @@ In order to do that you have to add a hint via the -h option. =back +=head1 CONFIGURATION + +An example configuration file is included (usually /usr/share/dunst/dunstrc). +To change the configuration, copy this file to ~/.config/dunstrc and edit it +accordingly. + =head1 AUTHOR written by Sascha Kruse