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:
parent
c3c02d0369
commit
bcf7b5969a
1 changed files with 20 additions and 0 deletions
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`
|
Loading…
Add table
Reference in a new issue