LGFae / swww

A Solution to your Wayland Wallpaper Woes
GNU General Public License v3.0
2.02k stars 62 forks source link

support --filter for restore #336

Open Patricol opened 2 weeks ago

Patricol commented 2 weeks ago

Currently swww restore seems to use the default filter regardless of what had previously been set.

Feature request with two possible approaches:

Allow swww restore command to handle --filter flags. I imagine this is easier, but won't be ideal for people who don't use the same --filter flag for all outputs/imgs at once.

AND/OR

Have swww restore recall and use the --filter flag that had been set for each output/img.

I may be able to help with this, but I am very distracted by an OS switch, so it'd probably take quite a while to get around to.

LGFae commented 2 weeks ago

It's a bug because we should be using the same filter. It's an enhancement because I am pretty sure this is a TODOin the code.


In any case, I am gonna be really busy for at least next 2-3 weeks. We are also going through a large IPC refactor that I want to finalize before working on others things. So it might take a little bit.