mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-01-26 11:33:59 +00:00
26 lines
380 B
Plaintext
26 lines
380 B
Plaintext
---
|
|
syntax: markdown
|
|
tags: [tldr, linux]
|
|
source: https://github.com/tldr-pages/tldr.git
|
|
---
|
|
# dunstctl
|
|
|
|
> Control command for `dunst`.
|
|
> More information: <https://manned.org/dunstctl>.
|
|
|
|
- Pause notifications:
|
|
|
|
`dunstctl set-paused true`
|
|
|
|
- Un-pause notifications:
|
|
|
|
`dunstctl set-paused false`
|
|
|
|
- Close all notifications:
|
|
|
|
`dunstctl close-all`
|
|
|
|
- Display help:
|
|
|
|
`dunstctl --help`
|