Closed Ali-Flt closed 1 year 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
-c
Thanks, you're right. As a workaround you can run superpaper by setting the DESKTOP_SESSION variable to anything: DESKTOP_SESSION=i3 superpaper.
DESKTOP_SESSION=i3 superpaper
This should be resolved with ec62fe6
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