Index: docs/dunst.5.pod --- docs/dunst.5.pod.orig +++ docs/dunst.5.pod @@ -409,7 +409,7 @@ Hide the count of stacked duplicate notifications. Show an indicator if a notification contains actions and/or open-able URLs. See ACTIONS below for further details. -=item B (default: "/usr/share/icons/gnome/16x16/status/:/usr/share/icons/gnome/16x16/devices/") +=item B (default: "${PREFIX}/share/icons/gnome/16x16/status/:${PREFIX}/share/icons/gnome/16x16/devices/") Can be set to a colon-separated list of paths to search for icons to use with notifications. @@ -423,7 +423,7 @@ replace this and will need new settings. Comma-separated of names of the the themes to use for looking up icons. This has to be the name of the directory in which the theme is located, not the human-friendly name of the theme. So for example, the theme B is -located in F. In this case you have to set the +located in F<${PREFIX}/share/icons/breeze-dark>. In this case you have to set the theme to B. The first theme in the list is the most important. Only if the icon cannot be @@ -461,12 +461,12 @@ Maximum number of notifications that will be kept in h is reached, older notifications will be deleted once a new one arrives. See HISTORY. -=item B (default: "/usr/bin/dmenu -p dunst") +=item B (default: "${LOCALBASE}/bin/dmenu -p dunst") The command that will be run when opening the context menu. Should be either a dmenu command or a dmenu-compatible menu. -=item B (default: "/usr/bin/xdg-open") +=item B (default: "${LOCALBASE}/bin/xdg-open") The command that will be run when opening a URL. The URL to be opened will be appended to the end of the value of this setting.