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

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`