fix(foot): Replace deprecated 'notify' setting
This commit is contained in:
parent
36ba04f831
commit
253bbd0678
1 changed files with 3 additions and 2 deletions
|
@ -28,8 +28,6 @@ font=JetBrainsMono Nerd Font:size=12
|
|||
# pad=2x2 # optionally append 'center'
|
||||
# resize-delay-ms=100
|
||||
|
||||
notify=notify-send -a ${app-id} -i ${app-id} ${title} ${body}
|
||||
|
||||
# bold-text-in-bright=no
|
||||
# bell=none
|
||||
# word-delimiters=,│`|:"'()[]{}<>
|
||||
|
@ -42,6 +40,9 @@ notify=notify-send -a ${app-id} -i ${app-id} ${title} ${body}
|
|||
# command=
|
||||
# command-focused=no
|
||||
|
||||
[desktop-notifications]
|
||||
command=notify-send -a ${app-id} -i ${app-id} ${title} ${body}
|
||||
|
||||
[scrollback]
|
||||
# lines=1000
|
||||
# multiplier=3.0
|
||||
|
|
Loading…
Add table
Reference in a new issue