21 lines
1.1 KiB
Plaintext
21 lines
1.1 KiB
Plaintext
## works okayish...
|
|
feh -r --auto-zoom --draw-filename --scale-down -g 1280x1080+2000+1000 --xinerama-index 1
|
|
|
|
#feh -r --auto-zoom --draw-filename --scale-down -g 1280x1080--xinerama-index 1
|
|
|
|
#--xinerama-index 0
|
|
|
|
|
|
ffehr -r --auto-zoom --scale-down -g 640x480+2000+1000 -d --draw-actions --auto-rotate \
|
|
--action1 ";[Add to filelist] echo '%F' >> `date +%Y%m%d`_feh-filelist.txt" \
|
|
--action2 ";[Add to favs] mkdir -p favourites && ln -s %F favourites/" \
|
|
--action3 ";[Launch MPV] mpv --loop-playlist --geometry=640x480 %F"
|
|
# --action4 ";[Info] zenity --info --text=\"$(echo \"%g\" | awk -F: '{split($0, array, \",\"); print array [1]\"x\" array[2]}'\")"
|
|
# --action5 ";[geometry] mpv --geometry=$(echo %g" | awk -F: '{split($0, array, ","); print array[1]"x"array[2]}')"
|
|
|
|
ffeh --auto-zoom --scale-down -g 640x480+2000+1000 -d --draw-actions --auto-rotate \
|
|
--action1 ";[Add to filelist] echo '%F' >> `date +%Y%m%d`_feh-filelist.txt" \
|
|
--action2 ";[Add to favs] mkdir -p favourites && ln -s ../%F favourites/"
|
|
|
|
#--info "exifgrep '(Model|DateTimeOriginal|FNumber|ISO|Flash)' %F | cut -d . -f 4-" .
|