diff options
author | Urbain Vaes <urbain@vaes.uk> | 2016-03-04 00:12:48 +0000 |
---|---|---|
committer | Urbain Vaes <urbain@vaes.uk> | 2016-03-04 00:12:48 +0000 |
commit | 05ae7f24a08be580638ca4cc843ac47cf4038016 (patch) | |
tree | ab9431ade6d400ed3c75248c0fbf82ff37cb048c /.uzbl/scripts/downloadviewer.sh | |
parent | c5d139e3b489043fe3f27c545ff7966fc2569979 (diff) |
Remove uzbl
Diffstat (limited to '.uzbl/scripts/downloadviewer.sh')
-rwxr-xr-x | .uzbl/scripts/downloadviewer.sh | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/.uzbl/scripts/downloadviewer.sh b/.uzbl/scripts/downloadviewer.sh deleted file mode 100755 index 306460d..0000000 --- a/.uzbl/scripts/downloadviewer.sh +++ /dev/null @@ -1,7 +0,0 @@ -#!/bin/sh -case "$1" in -*.pdf*) zathura "$1" & ;; -*.jpg*|*.png*|*.jpeg*) feh "$1" & ;; -*.txt*|*README*|*.pl*|*.sh*|*.py*|*.hs*|*.hl*) urxvt -e vim "$1" & ;; -*.mov*|*.avi*|*.mpeg*|*.mpg*|*.flv*|*.wmv*|*.mp4*) mplayer "$1" & ;; -esac |