aboutsummaryrefslogtreecommitdiff
path: root/bin/xrbg
blob: e434b0521c8ad6be56633b588a27e776b528a0c4 (plain) (blame)
1
2
3
4
#!/bin/sh
# Apply a random background image. Requires rndf(1) and feh(1).
bg=$(rndf "${XBACKGROUNDS:-"$HOME"/.xbackgrounds}") || exit
exec feh --bg-scale --no-fehbg -- "$bg"