PPS: On Thu, 8 Jan 2015 22:46:57 +0100, Ralf Mardorf wrote: > On Thu, 8 Jan 2015 22:40:04 +0100, Ralf Mardorf wrote: > > On Thu, 8 Jan 2015 09:18:08 -0500, Tom Wambold wrote: > > > [2]: https://aur.archlinux.org/packages/usermount-git/ > > > [3]: https://www.archlinux.org/packages/community/x86_64/dunst/ > > > > What needs to be killed to disable dunst? After killall dunst I > > still get notifications. [snip] > killall -SIGUSR1 dunst # pause > killall -SIGUSR2 dunst # resume > > When paused dunst will not display any notifications but keep > all notifications in a queue. [snip] > but I want exit it completely. [rocketmouse@archlinux ~]$ killall -SIGKILL dunst didn't disable notifications [rocketmouse@archlinux ~]$ killall -SIGSTOP dunst disabled notifications. Does it mean that nothing started by dunst is running anymore?