From 6fcef4c52c19d44e147fa5d8004485a767097312 Mon Sep 17 00:00:00 2001 From: Raymon Mens Date: Sat, 17 Aug 2024 13:39:06 +0200 Subject: [PATCH] Use `--bg-fill` with feh --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index d3fbd66..4403cff 100755 --- a/install.sh +++ b/install.sh @@ -93,7 +93,7 @@ xrandr --output HDMI-1 --mode "1920x1080_50i" unclutter -idle 0 & # Display the fallback image as a background using feh -feh --fullscreen /var/fallback/fallback.png & +feh --bg-fill /var/fallback/fallback.png & # Wait for feh to start sleep 2