diff options
Diffstat (limited to 'doc/en/plugins/simple_notify.txt')
-rw-r--r-- | doc/en/plugins/simple_notify.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/en/plugins/simple_notify.txt b/doc/en/plugins/simple_notify.txt index 5cadf941..b12e7525 100644 --- a/doc/en/plugins/simple_notify.txt +++ b/doc/en/plugins/simple_notify.txt @@ -20,9 +20,9 @@ command = notify-send -i /path/to/poezio/data/poezio_80.png "New message from %( [source,conf] --------------------------------------------------------------------- [simple_notify] -command = echo %{from}s\> %{body}s >> some.fifo +command = echo \\<%{from}s\\> %{body}s >> some.fifo delay = 3 -after_command echo = >> some.fifo +after_command = echo >> some.fifo --------------------------------------------------------------------- You can put any command, instead of these ones. You can also use the |