mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-02-17 14:49:32 +00:00
Update cheatsheets
This commit is contained in:
25
linux/dunstctl
Normal file
25
linux/dunstctl
Normal file
@@ -0,0 +1,25 @@
|
||||
---
|
||||
syntax: markdown
|
||||
tags: [tldr, linux]
|
||||
source: https://github.com/tldr-pages/tldr.git
|
||||
---
|
||||
# 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