dunstctl: add page (#7547)

feature/windows-fix-syntax-2
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
1 changed files with 20 additions and 0 deletions

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`