1dunstctl(1) dunstctl reference dunstctl(1)
2
3
4
6 dunstctl - Command line control utility for dunst, a customizable and
7 lightweight notification-daemon
8
10 dunstctl COMMAND [PARAMETER]
11
13 action notification_position
14 Performs the default action or, if not available, opens the context
15 menu of the notification at the given position (starting count at
16 the top, first notification being 0).
17
18 close
19 Close the topmost notification currently being displayed.
20
21 close-all
22 Close all notifications currently being displayed
23
24 context
25 Open the context menu, presenting all available actions and urls
26 for the currently open notifications.
27
28 count [displayed/history/waiting]
29 Returns the number of displayed, shown and waiting notifications.
30 If no argument is provided, everything will be printed.
31
32 history-pop
33 Redisplay the notification that was most recently closed. This can
34 be called multiple times to show older notifications, up to the
35 history limit configured in dunst.
36
37 is-paused
38 Check if dunst is currently running or paused. If dunst is paused
39 notifications will be kept but not shown until it is unpaused.
40
41 set-paused true/false/toggle
42 Set the paused status of dunst. If false, dunst is running
43 normally, if true, dunst is paused. See the is-paused command and
44 the dunst man page for more information.
45
46 debug
47 Tries to contact dunst and checks for common faults between
48 dunstctl and dunst. Useful if something isn't working
49
50 help
51 Show all available commands with a brief description
52
53
54
551.7.1 2021-11-01 dunstctl(1)