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`