User Tools

Site Tools


old:linux:feh

feh

Config

Unter ~/.config/feh/

cat themes

feh --image-bg black \
    --sort name \
    --auto-rotate \
    --geometry 1448x972+800+500 \
    --no-menus \
    --magick-timeout -1 \
    --force-aliasing \
    --title "[%u/%l] %n (%wx%h)"

tmb1 --sort name \
       --image-bg black \
       --thumbnails \
       --thumb-width 160 \
       --thumb-height 120 \
       --limit-width 3520

tmb2 --sort name \
       --image-bg black \
       --thumbnails \
       --thumb-width 320 \
       --thumb-height 240 \
       --limit-width 3520

tmb3 --sort name \
       --image-bg black \
       --thumbnails \
       --thumb-width 640 \
       --thumb-height 480 \
       --limit-width 3200

Bilder ansehen

feh -ZFS <Bilder>

Thumbnails

(tmb1 klein, tmb2 mittel, tmb3 gross) aus themes der config

feh -T [tmb1|tmb2|tmb3] <Bilder>

Slideshow

feh -D 5 –cycle-once <Bilder>

Slideshow 5 sek. ohne Wiederholung

old/linux/feh.txt · Last modified: 2023/01/11 20:29 by 127.0.0.1

Except where otherwise noted, content on this wiki is licensed under the following license: Public Domain
Public Domain Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki