HiveBrain v1.2.0
Get Started
← Back to all entries
snippetbashTip

dunstctl — Control the `dunst` notification daemon. More information: <https://dunst-project.org/documentation/

Submitted by: @import:tldr-pages··
0
Viewed 0 times
thedunstcommanddunstctlnotificationdaemonclicontrol

Problem

How to use the dunstctl command: Control the dunst notification daemon. More information: <https://dunst-project.org/documentation/dunstctl/>.

Solution

dunstctl — Control the dunst notification daemon. More information: <https://dunst-project.org/documentation/dunstctl/>.

Pause/Unpause/Toggle desktop notifications:
dunstctl set-paused {{true|false|toggle}}


Close all notifications:
dunstctl close-all


Delete all notifications from history:
dunstctl history-clear


Display the latest notification from history:
dunstctl history-pop


Reload the configuration file:
dunstctl reload


Display help:
dunstctl {{[-h|--help]}}

Code Snippets

Pause/Unpause/Toggle desktop notifications

dunstctl set-paused {{true|false|toggle}}

Close all notifications

dunstctl close-all

Delete all notifications from history

dunstctl history-clear

Display the latest notification from history

dunstctl history-pop

Reload the configuration file

dunstctl reload

Context

tldr-pages: common/dunstctl

Revisions (0)

No revisions yet.