This PR adds a second hsetroot-based hook, which uses the -root flag to
ensure the background image is set even when the display is powered off (usually
due to DPMS).
Since this hook may cause issues on multi-display setups, it does not replace
the existing hsetroot hook, and a note about this is added to the README.
This PR adds a second
hsetroot
-based hook, which uses the-root
flag to ensure the background image is set even when the display is powered off (usually due to DPMS).Since this hook may cause issues on multi-display setups, it does not replace the existing
hsetroot
hook, and a note about this is added to the README.Closes #59.