1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-06-05 13:26:01 +02:00

feh: add --montage example (#4460)

This commit is contained in:
Matt Ryan 2020-10-05 10:31:46 -04:00 committed by GitHub
parent 1a58482406
commit 458ee12288
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -25,3 +25,7 @@
- Set your wallpaper (centered, filled, maximized, scaled or tiled):
`feh --bg-{{center|fill|max|scale|tile}} {{path/to/image}}`
- Create a montage of all images within a directory. Outputs as a new image:
`feh --montage --thumb-height {{150}} --thumb-width {{150}} --index-info "{{%nn%wx%h}}" --output {{path/to/montage_image.png}}`