Stops hsetroot distorting background

Jonathan Hodgson 2 years ago
parent fc5e437dda
commit 05d3b44335
  1. 2
      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

Loading…
Cancel
Save