X-Git-Url: https://git.madduck.net/etc/mutt.git/blobdiff_plain/7013dfe93a05082153f79eca6c9e5c05b54d9d50..9b91a8f29bc78e793a0a664692641a2326a4ae90:/.config/mutt/htmldump diff --git a/.config/mutt/htmldump b/.config/mutt/htmldump index c15ecd1..53b3a2e 100755 --- a/.config/mutt/htmldump +++ b/.config/mutt/htmldump @@ -20,6 +20,14 @@ elif [ $WRAP -gt 0 ]; then fi +awesome-client <<-_eof + local naughty = require("naughty") + naughty.notify({ preset = naughty.config.presets.low, + title = "htmldump called", + text = [[$@]], + }) + _eof + if command -v html2markdown >/dev/null; then exec html2markdown --asterisk-emphasis --body-width=$WIDTH --unicode-snob \