1dunstctl(1)                   dunstctl reference                   dunstctl(1)
2
3
4

NAME

6       dunstctl - Command line control utility for dunst, a customizable and
7       lightweight notification-daemon
8

SYNOPSIS

10       dunstctl COMMAND [PARAMETER]
11

COMMANDS

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 [ID]
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. You can optionally pass an ID to
36           history-pop, in which case the notification with the given ID will
37           be shown.
38
39       is-paused
40           Check if dunst is currently running or paused. If dunst is paused
41           notifications will be kept but not shown until it is unpaused.
42
43       set-paused true/false/toggle
44           Set the paused status of dunst. If false, dunst is running
45           normally, if true, dunst is paused. See the is-paused command and
46           the dunst man page for more information.
47
48       debug
49           Tries to contact dunst and checks for common faults between
50           dunstctl and dunst.  Useful if something isn't working
51
52       help
53           Show all available commands with a brief description
54
55
56
571.9.0                             2022-07-21                       dunstctl(1)
Impressum