Skip to content

knopwob/dunst

This branch is 1253 commits behind dunst-project/dunst:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

author
Sascha kruse
Sep 13, 2018
e09e299 · Sep 13, 2018
Oct 10, 2017
Jul 15, 2018
Aug 11, 2018
Sep 13, 2018
Jul 10, 2018
Feb 22, 2018
Mar 9, 2018
May 14, 2018
Sep 27, 2012
May 6, 2018
Feb 22, 2018
Jan 16, 2013
May 14, 2018
May 15, 2018
Jan 5, 2018
Jul 13, 2018
May 28, 2018
Jul 8, 2017
Jul 5, 2018
Jul 13, 2018
Nov 19, 2016
Feb 15, 2017

Repository files navigation

Build Status Coverage Status

Dunst

Description

Dunst is a highly configurable and lightweight notification daemon.

Installation

Dependencies

Dunst has a number of build dependencies that must be present before attempting configuration. The names are different depending on distribution:

  • dbus
  • libxinerama
  • libxrandr
  • libxss
  • libxdg-basedir
  • glib
  • pango/cairo
  • libgtk-3-dev

Building

git clone https://github.com/dunst-project/dunst.git
cd dunst
make
sudo make install

Make parameters

  • PREFIX=<PATH>: Set the prefix of the installation. (Default: /usr/local)
  • MANPREFIX=<PATH>: Set the prefix of the manpage. (Default: ${PREFIX}/share/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.

Bug reports

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.

Maintainers

Author

written by Sascha Kruse dunst@knopwob.de

Copyright

copyright 2013 Sascha Kruse and contributors (see LICENSE for licensing information)

If you feel that copyrights are violated, please send me an email.

About

Lightweight and customizable notification daemon

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C 94.3%
  • Shell 4.1%
  • Makefile 1.6%