dunstctl: add page (#7547)
This commit is contained in:

committed by
GitHub

parent
c3c02d0369
commit
bcf7b5969a
20
pages/linux/dunstctl.md
Normal file
20
pages/linux/dunstctl.md
Normal 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`
|
Reference in New Issue
Block a user