Alec C

Results 63 comments of Alec C
trafficstars

I was looking around for several hours earlier and found the solution. This msvc compiler option seemed to resolve the issue https://docs.microsoft.com/en-us/cpp/build/reference/zl-omit-default-library-name?view=msvc-170. However, when I compile my project without libevent...

The values for `--window-id` will have to be acquired from some tool like https://linux.die.net/man/1/wmctrl or https://linux.die.net/man/1/xprop

Thought just occured it might be nice if `--bg-preserve` is speicified to append the command onto the end of an existing .fehbg if one exists.

I am open to any feedback and discussion around the PR. I am also working on a refactor of the background setting code because I have been spending a lot...

Environment variable would be desirable as there are concerns about increasing the number of command line options. The only other idea I had regarding this would be to change `--no-fehbg`...

The files are added [here](https://github.com/derf/feh/blob/master/src/wallpaper.c#L317) but I don't see how anything there would result in the file size growing indefinitely, unless somehow the file path was being appended within the...

If there are no references to feh I am not sure how it could be doing anything? There seems to also be several problems people have had with feh and...

As it currently stands when evoked feh will only ever enter 1 background mode. So essentially the `--bg-max` and `--bg-fill` are ignored. The image list you provide is preserved though,...

An option like `--info-geom` which takes an X geometry might be a good addition. (e.g., `--info-geom +40+40`) And from what I have read in the source feh uses `opt.font` which...

Both the linked issues in the function description have been marked as closed, is there any other reason to keep this workaround?