dotfiles

configuration files for shell, text editor, graphical environment, etc.
git clone git://src.adamsgaard.dk/dotfiles
Log | Files | Refs | README | LICENSE Back to index

commit 64a9e8a9b3cce34a2a6b41f1eeb193c6e4b545e1
parent 94c54605771ace3375ad16d4063d03a6c7d416e8
Author: Anders Damsgaard <anders@adamsgaard.dk>
Date:   Sat, 14 Dec 2019 12:28:14 +0100

Also 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) + *.png|*.PNG|*.jpg|*.JPG|*.jpeg|*.JPEG|*.tif|*.TIF|*.bmp|*.BMP|*.pdf|*.PDF|*.gif|*.GIF) notify-send "linkhandler" "download + xdg-open" action="xdg-open" ;; *youtube.com*|*youtu.be*)