config: add ‘notify’ to possible values for ‘bell’ in foot.ini

When `bell=notify`, foot will trigger a desktop notification when it
receives a BEL in an unfocused window.
This commit is contained in:
Daniel Eklöf 2020-12-10 18:22:48 +01:00
parent 1d8410b7ae
commit 15d20af2a2
No known key found for this signature in database
GPG key ID: 5BBD4992C116573F
7 changed files with 45 additions and 17 deletions

View file

@ -120,7 +120,7 @@ in this order:
*bell*
Action to perform when receiving a *BEL* character. Can be set to
either *set-urgency* or *none*.
either *set-urgency*, *notify* or *none*.
When set to *set-urgency*, the margins will be painted in red
whenever *BEL* is received while the window does *not* have
@ -136,6 +136,9 @@ in this order:
_Note_: expect this feature to be *replaced* with proper
compositor urgency support once/if that gets implemented.
When set to *notify*, foot will emit a desktop notification (see
the *notify* option).
When set to *none*, no special action is taken when receiving *BEL*.
Default: _none_.