--- syntax: markdown tags: [tldr, linux] source: https://github.com/tldr-pages/tldr.git --- # dunstctl > Control command for `dunst`. > More information: . - Pause notifications: `dunstctl set-paused true` - Un-pause notifications: `dunstctl set-paused false` - Close all notifications: `dunstctl close-all` - Display help: `dunstctl --help`