You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently (running v0.6.2 though I checked the releases and this doesn't seem to have changed) if you have multiple outputs you cannot set the wallpaper for only one of them without resetting the rest to black. Is it possible (or in the scope of the project) to set wallpapers for a subset of outputs and leave the other wallpapers as they currently are?
External workarounds exist but aren't particularly desirable. e.g. one could write some code to remember what output is set to what wallpaper (and with what settings) then append the unset outputs to the new xwallpaper call, updating with the new values. I hope there's a more elegant solution available internally.
The text was updated successfully, but these errors were encountered:
Ah, thank you! I read the thread in issue #20 and as I suspected it is technically more difficult than it seems. I like xwallpaper so I'll continue to use it with something similar to your symbolic link solution. In fact one of my use cases is also calling xwallpaper from sxiv, just like the fellow in #20.
Currently (running v0.6.2 though I checked the releases and this doesn't seem to have changed) if you have multiple outputs you cannot set the wallpaper for only one of them without resetting the rest to black. Is it possible (or in the scope of the project) to set wallpapers for a subset of outputs and leave the other wallpapers as they currently are?
External workarounds exist but aren't particularly desirable. e.g. one could write some code to remember what output is set to what wallpaper (and with what settings) then append the unset outputs to the new
xwallpaper
call, updating with the new values. I hope there's a more elegant solution available internally.The text was updated successfully, but these errors were encountered: