We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5bf5e9e commit a8b2650Copy full SHA for a8b2650
README.md
@@ -126,7 +126,7 @@ sudo make install
126
Dunst uses a different default (`${SYSCONFDIR}`) for XDG_CONFIG_DIRS at runtime.
127
This is a slight digression from the recommended value in the XDG Base Directory
128
Specification (/etc/xdg), because the default config file gets installed to
129
-`${SYSCONFDIR/dunst/dunstrc}` to avoid conflicts with /etc/xdg/dunst/dunstrc which
+`${SYSCONFDIR}/dunst/dunstrc` to avoid conflicts with /etc/xdg/dunst/dunstrc which
130
might have been installed from a distribution repository. If you do want dunst
131
to use the spec's recommended default, set XDG_CONFIG_DIR=/etc/xdg at runtime or
132
SYSCONFDIR=/etc/xdg at compile time.
0 commit comments