meta: add anchor options to sample config

Signed-off-by: NotAShelf <raf@notashelf.dev>
Change-Id: I861aa8c86470ba1826860896b4e770e26a6a6964
This commit is contained in:
raf 2026-04-15 11:54:13 +03:00
commit b6780cc180
Signed by: NotAShelf
GPG key ID: 29D95B64378DB4BF

View file

@ -69,6 +69,18 @@ min_scale_factor = 0.25 # Don't scale below 25% of original size
# output.OUTPUT_NAME = /path/to/image.ext
# output.OUTPUT_NAME.scale = fill|fit|stretch|center
# output.OUTPUT_NAME.filter = nearest|linear|bilinear|trilinear
# output.OUTPUT_NAME.anchor = center|top|bottom|left|right|top-left|top-right|bottom-left|bottom-right
#
# Anchor specifies which part of the image is anchored to the output:
# center - image centered (default)
# top - image anchored to top edge
# bottom - image anchored to bottom edge
# left - image anchored to left edge
# right - image anchored to right edge
# top-left - image anchored to top-left corner
# top-right - image anchored to top-right corner
# bottom-left - image anchored to bottom-left corner
# bottom-right - image anchored to bottom-right corner
#
# To find your output names, run one of these commands:
#
@ -92,9 +104,11 @@ min_scale_factor = 0.25 # Don't scale below 25% of original size
# output.DP-1 = ~/Pictures/monitor1.png
# output.DP-1.scale = fit
# output.DP-1.filter = bilinear
# output.DP-1.anchor = top-left
# output.DP-2 = ~/Pictures/monitor2.jpg
# output.DP-2.scale = stretch
# output.eDP-1 = ~/Pictures/laptop-wallpaper.jpg
# output.eDP-1.scale = center
# output.eDP-1.scale = fill
# output.eDP-1.anchor = bottom-right
# output.eDP-1.filter = trilinear