From 3175b041b11abb5b53428b52aa1cef7845f923c2 Mon Sep 17 00:00:00 2001 From: Sascha Kruse Date: Sat, 22 Dec 2012 12:48:51 +0100 Subject: [PATCH] fix error in README.pod --- README.pod | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.pod b/README.pod index 10a9662..a0e561a 100644 --- a/README.pod +++ b/README.pod @@ -150,6 +150,8 @@ The progress value can be set with a hint, too. Dunst can be paused by sending a notification with a summary of "DUNST_COMMAND_PAUSE" and resumed with a summary of "DUNST_COMMAND_RESUME". Alternatively you can send SIGUSR1 and SIGUSR2 to pause and unpause respectivly. For Example: +=over 4 + =item killall -SIGUSR1 dunst # pause =item killall -SIGUSR2 dunst # resume