summaryrefslogtreecommitdiff
path: root/plugins/bgnotify/README.md
diff options
context:
space:
mode:
authorPukNgae Cryolitia <Cryolitia@gmail.com>2024-09-16 05:20:59 +0800
committerGitHub <noreply@github.com>2024-09-15 23:20:59 +0200
commitac325a7caba6630538c39e1c0ffa192d866cdcff (patch)
treea500e30ede425f79721419c0bcb6b8746fe7e9b3 /plugins/bgnotify/README.md
parentec7d01faf837f17ccdc91249d0e63117ad0585af (diff)
downloadzsh-ac325a7caba6630538c39e1c0ffa192d866cdcff.tar.gz
zsh-ac325a7caba6630538c39e1c0ffa192d866cdcff.tar.bz2
zsh-ac325a7caba6630538c39e1c0ffa192d866cdcff.zip
feat(bgnotify): add config to pass extra args (#12679)
Diffstat (limited to 'plugins/bgnotify/README.md')
-rw-r--r--plugins/bgnotify/README.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/bgnotify/README.md b/plugins/bgnotify/README.md
index 33d529f15..1389def86 100644
--- a/plugins/bgnotify/README.md
+++ b/plugins/bgnotify/README.md
@@ -38,6 +38,7 @@ One can configure a few things:
- `bgnotify_bell` enabled or disables the terminal bell (default true)
- `bgnotify_threshold` sets the notification threshold time (default 6 seconds)
- `function bgnotify_formatted` lets you change the notification. You can for instance customize the message and pass in an icon.
+- `bgnotify_extraargs` appends extra args to notifier (e.g. `-e` for notify-send to create a transient notification)
Use these by adding a function definition before the your call to source. Example: