1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-06-05 11:06:00 +02:00

dunstctl: add page (#7547)

This commit is contained in:
Gingka/Ginger Pepper 2021-12-26 10:39:08 -05:00 committed by GitHub
parent c3c02d0369
commit bcf7b5969a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

20
pages/linux/dunstctl.md Normal file
View file

@ -0,0 +1,20 @@
# 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`