From 458ee12288d996ae5eb9b6dbeff66378f1d9419c Mon Sep 17 00:00:00 2001 From: Matt Ryan <44824894+mattryanmtl@users.noreply.github.com> Date: Mon, 5 Oct 2020 10:31:46 -0400 Subject: [PATCH] feh: add --montage example (#4460) --- pages/linux/feh.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/pages/linux/feh.md b/pages/linux/feh.md index 3d3464c917..84bb2da034 100644 --- a/pages/linux/feh.md +++ b/pages/linux/feh.md @@ -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}}`