diff options
author | Yaroslav de la Peña Smirnov <yps@yaroslavps.com> | 2021-08-20 14:06:41 +0300 |
---|---|---|
committer | Yaroslav de la Peña Smirnov <yps@yaroslavps.com> | 2021-08-20 14:06:41 +0300 |
commit | f4282e5a6a437acdc76b16049cb35eb14256913a (patch) | |
tree | 93e72f2b1f7ea669ae3f0200971b3d35564fff7a /dotfiles/.config/foot | |
parent | bddebc4144b1262d40d6fd26d5e98aeb51b0202f (diff) | |
download | swayrice-f4282e5a6a437acdc76b16049cb35eb14256913a.tar.gz swayrice-f4282e5a6a437acdc76b16049cb35eb14256913a.zip |
foot: sound alert
Retarded ffplay started drawing a gui window after an update. Added
-nodisp flag.
Diffstat (limited to 'dotfiles/.config/foot')
-rw-r--r-- | dotfiles/.config/foot/foot.ini | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dotfiles/.config/foot/foot.ini b/dotfiles/.config/foot/foot.ini index d08eeb5..7230d0e 100644 --- a/dotfiles/.config/foot/foot.ini +++ b/dotfiles/.config/foot/foot.ini @@ -33,5 +33,5 @@ osc8-underline = always [bell] urgent = yes -command = mpv /home/yaroslav/.local/share/soundalerts/ding.ogg +command = ffplay -nodisp -loglevel 8 -autoexit -i /home/yaroslav/.local/share/soundalerts/ding.ogg command-focused = yes |