|
4 weeks ago | |
---|---|---|
.github | 11 months ago | |
contrib | 2 years ago | |
docs | 7 months ago | |
src | 4 weeks ago | |
test | 7 months ago | |
.gitignore | 9 months ago | |
.valgrind.suppressions | 1 year ago | |
AUTHORS | 8 years ago | |
CHANGELOG.md | 7 months ago | |
HACKING.md | 2 years ago | |
LICENSE | 8 years ago | |
Makefile | 7 months ago | |
README.md | 10 months ago | |
RELEASE_NOTES | 7 months ago | |
config.h | 7 months ago | |
config.mk | 10 months ago | |
dunst.systemd.service.in | 11 months ago | |
dunstctl | 10 months ago | |
dunstify.c | 1 year ago | |
dunstrc | 7 months ago | |
main.c | 4 years ago | |
org.knopwob.dunst.service.in | 4 years ago |
Dunst is a highly configurable and lightweight notification daemon.
Dunst has a number of build dependencies that must be present before attempting configuration. The names are different depending on distribution:
git clone https://github.com/dunst-project/dunst.git
cd dunst
make
sudo make install
PREFIX=<PATH>
: Set the prefix of the installation. (Default: /usr/local
)BINDIR=<PATH>
: Set the dunst
executable's path (Default: ${PREFIX}/bin
)DATADIR=<PATH>
: Set the path for shared files. (Default: ${PREFIX}/share
)MANDIR=<PATH>
: Set the prefix of the manpage. (Default: ${DATADIR}/man
)SYSTEMD=(0|1)
: Enable/Disable the systemd unit. (Default: detected via pkg-config
)SERVICEDIR_SYSTEMD=<PATH>
: The path to put the systemd user service file. Unused, if SYSTEMD=0
. (Default: detected via pkg-config
)SERVICEDIR_DBUS=<PATH>
: The path to put the dbus service file. (Default: detected via pkg-config
)Make sure to run all make calls with the same parameter set. So when building with make PREFIX=/usr
, you have to install it with make PREFIX=/usr install
, too.
Checkout the wiki for more information.
Please use the issue tracker provided by GitHub to send us bug reports or feature requests. You can also join us on the IRC channel #dunst
on Freenode.
written by Sascha Kruse dunst@knopwob.de
copyright 2013 Sascha Kruse and contributors (see LICENSE
for licensing information)
If you feel that copyrights are violated, please send me an email.