add thumbs command, mapped to t

This commit is contained in:
Ray Elliott 2020-02-27 15:29:22 +00:00
parent 4a079bc067
commit 2f56742739
1 changed files with 8 additions and 3 deletions

11
lfrc
View File

@ -103,9 +103,14 @@ cmd zip ${{
set ratios '2:5'
# TODO
# command that executes
# feh -t -y128 -E128
map t thumbs
cmd thumbs ${{
if [ -d "$f" ] ; then
feh -t -y128 -E128 $f
else
feh -t -y128 -E128
fi
}}
# TODO test this
cmd paste &{{