hhannine / superpaper

A cross-platform multi monitor wallpaper manager.
MIT License
1.15k stars 47 forks source link

--command option only works when a desktop environment is set #132

Closed Ali-Flt closed 1 year ago

Ali-Flt commented 2 years ago

I think this if statement shouldn't be inside the if checking if DE env var is set or not. I'm using i3 and want to use -c option but isn't letting me https://github.com/hhannine/superpaper/blob/8fb427b8bcf652cdf2c79dadefca97b2d8f79390/superpaper/wallpaper_processing.py#L1478

hhannine commented 2 years ago

Thanks, you're right. As a workaround you can run superpaper by setting the DESKTOP_SESSION variable to anything: DESKTOP_SESSION=i3 superpaper.

hhannine commented 1 year ago

This should be resolved with ec62fe6