From 4743810ba16ded2c3d60c8ae23710dfafae3a76c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Yaroslav=20de=20la=20Pe=C3=B1a=20Smirnov?= Date: Fri, 23 Jul 2021 21:18:59 +0300 Subject: foot: play sound on bell Now that foot added a bell command option I can have my bell sound back. I missed that ding. --- dotfiles/.config/foot/foot.ini | 8 ++++++++ 1 file changed, 8 insertions(+) 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 -- cgit v1.2.3