add thumbs command, mapped to t
This commit is contained in:
parent
4a079bc067
commit
2f56742739
1 changed files with 8 additions and 3 deletions
11
lfrc
11
lfrc
|
|
@ -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 &{{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue