From bcf7b5969a8975c36b852754bb884f7370c0b95e Mon Sep 17 00:00:00 2001 From: Gingka/Ginger Pepper <33764485+ExperiBass@users.noreply.github.com> Date: Sun, 26 Dec 2021 10:39:08 -0500 Subject: [PATCH] dunstctl: add page (#7547) --- pages/linux/dunstctl.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 pages/linux/dunstctl.md diff --git a/pages/linux/dunstctl.md b/pages/linux/dunstctl.md new file mode 100644 index 000000000..5eb32e0bf --- /dev/null +++ b/pages/linux/dunstctl.md @@ -0,0 +1,20 @@ +# dunstctl + +> Control command for `dunst`. +> More information: . + +- Pause notifications: + +`dunstctl set-paused true` + +- Un-pause notifications: + +`dunstctl set-paused false` + +- Close all notifications: + +`dunstctl close-all` + +- Display help: + +`dunstctl --help`