commit 4cba49bf1158bec13926526fb503cf66d5415a66 parent c640b7a405b20624be14805c58d3280da07ac2d5 Author: Anders Damsgaard <anders@adamsgaard.dk> Date: Sun, 15 Dec 2019 19:25:50 +0100 Open gif files directly Diffstat:
M | .local/bin/linkhandler | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.local/bin/linkhandler b/.local/bin/linkhandler @@ -24,7 +24,7 @@ handle_url() { action="undefined" case "$url" in - *.png|*.PNG|*.jpg|*.JPG|*.jpeg|*.JPEG|*.tif|*.TIF|*.bmp|*.BMP|*.pdf|*.PDF|*.gif|*.GIF) + *.png|*.PNG|*.jpg|*.JPG|*.jpeg|*.JPEG|*.tif|*.TIF|*.bmp|*.BMP|*.pdf|*.PDF) notify-send "linkhandler" "download + xdg-open" action="xdg-open" ;; *youtube.com*|*youtu.be*)