diff options
author | Matthieu Baerts <matttbe@gmail.com> | 2021-12-29 10:38:00 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-12-29 10:38:00 +0100 |
commit | 8d58994d765de350f1dc66132eaab0358e10a4ab (patch) | |
tree | 3ed3d60d607443c5089bf385238702b8ac358b6e /plugins/zbell/README.md | |
parent | 65bbd24eec6b64f2f526c974781f08373277be0c (diff) | |
download | zsh-8d58994d765de350f1dc66132eaab0358e10a4ab.tar.gz zsh-8d58994d765de350f1dc66132eaab0358e10a4ab.tar.bz2 zsh-8d58994d765de350f1dc66132eaab0358e10a4ab.zip |
feat(zbell): add option not to use notify-send (#10082)
Diffstat (limited to 'plugins/zbell/README.md')
-rw-r--r-- | plugins/zbell/README.md | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/plugins/zbell/README.md b/plugins/zbell/README.md index 1c1c13546..eb87699c4 100644 --- a/plugins/zbell/README.md +++ b/plugins/zbell/README.md @@ -24,6 +24,9 @@ These settings need to be set in your zshrc file, before Oh My Zsh is sourced. zbell_ignore=($EDITOR $PAGER) ``` +- `zbell_use_notify_send`: If set to `true`, `notify-send` tool is used -- if + available -- to display a popup on the screen. Default: `true` (enabled). + ## Author Adapted from an original version by [Jean-Philippe Ouellet](https://github.com/jpouellet). |