diff options
author | Yaroslav de la Peña Smirnov <yps@yaroslavps.com> | 2021-07-23 21:18:59 +0300 |
---|---|---|
committer | Yaroslav de la Peña Smirnov <yps@yaroslavps.com> | 2021-07-23 21:18:59 +0300 |
commit | 4743810ba16ded2c3d60c8ae23710dfafae3a76c (patch) | |
tree | bed566203f8ae60eb7568114b1effe3fd1e348e5 /dotfiles/.config/foot/foot.ini | |
parent | 599a9e30884bee1b16848bfbfa0849a269ca5102 (diff) | |
download | swayrice-4743810ba16ded2c3d60c8ae23710dfafae3a76c.tar.gz swayrice-4743810ba16ded2c3d60c8ae23710dfafae3a76c.zip |
foot: play sound on bell
Now that foot added a bell command option I can have my bell sound back.
I missed that ding.
Diffstat (limited to 'dotfiles/.config/foot/foot.ini')
-rw-r--r-- | dotfiles/.config/foot/foot.ini | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/dotfiles/.config/foot/foot.ini b/dotfiles/.config/foot/foot.ini index 871e793..d08eeb5 100644 --- a/dotfiles/.config/foot/foot.ini +++ b/dotfiles/.config/foot/foot.ini @@ -27,3 +27,11 @@ bright7 = faf6e5 [search-bindings] find-prev = Control+p find-next = Control+n + +[url] +osc8-underline = always + +[bell] +urgent = yes +command = mpv /home/yaroslav/.local/share/soundalerts/ding.ogg +command-focused = yes |