From dc3f575839ecb08d6a99026d020e2e67fb61f8ef Mon Sep 17 00:00:00 2001 From: Raymon Mens Date: Sat, 17 Aug 2024 13:39:54 +0200 Subject: [PATCH] Update install.sh --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index 9b040f7..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 -bg-fill /var/fallback/fallback.png & +feh --bg-fill /var/fallback/fallback.png & # Wait for feh to start sleep 2