snippetbashTip
dunstctl — Control the `dunst` notification daemon. More information: <https://dunst-project.org/documentation/
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-allDelete all notifications from history:
dunstctl history-clearDisplay the latest notification from history:
dunstctl history-popReload the configuration file:
dunstctl reloadDisplay help:
dunstctl {{[-h|--help]}}Code Snippets
Pause/Unpause/Toggle desktop notifications
dunstctl set-paused {{true|false|toggle}}Close all notifications
dunstctl close-allDelete all notifications from history
dunstctl history-clearDisplay the latest notification from history
dunstctl history-popReload the configuration file
dunstctl reloadContext
tldr-pages: common/dunstctl
Revisions (0)
No revisions yet.