From 05d3b443350d895b258747b03765eb684b17e6dc Mon Sep 17 00:00:00 2001 From: Jonathan Hodgson Date: Sun, 20 Feb 2022 14:41:04 +0000 Subject: [PATCH] Stops hsetroot distorting background --- systemd/HOME/.config/systemd/user/randomBackground | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/systemd/HOME/.config/systemd/user/randomBackground b/systemd/HOME/.config/systemd/user/randomBackground index 2208f4c6..536c83b5 100755 --- a/systemd/HOME/.config/systemd/user/randomBackground +++ b/systemd/HOME/.config/systemd/user/randomBackground @@ -19,7 +19,7 @@ else if [ -f /usr/bin/feh ]; then /usr/bin/feh --bg-fill "$background" else - /usr/bin/hsetroot -fill "$background" + /usr/bin/hsetroot -cover "$background" fi fi