mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-03-14 05:33:59 -04:00
config: notify: change default value to use ${app-id}
Make the default value of ‘notify’ use ${app-id} for icon and
application name.
This commit is contained in:
parent
246c7ffc0f
commit
f9a13e2eec
5 changed files with 8 additions and 6 deletions
|
|
@ -228,7 +228,7 @@ in this order:
|
|||
Notifications are *inhibited* if the foot window has keyboard
|
||||
focus.
|
||||
|
||||
Default: _notify-send -a foot -i foot ${title} ${body}_.
|
||||
Default: _notify-send -a ${app-id} -i ${app-id} ${title} ${body}_.
|
||||
|
||||
*selection-target*
|
||||
Clipboard target to automatically copy selected text to. One of
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue