Alec C
Alec C
tl;dr you should basically double check your configuration (you say use SPI3 but code uses SPI1) and then probably not perform the spi transfer manually in your main loop Your...
This is the behaviour that is described in the man page. > Any changes to the internal filelist (such as deleting a file or it being pruned for being unloadable)...
One option that comes to mind that preserves existing behaviour is to chmod the file to remove write access. However, I am not sure that would be an acceptable solution
Thank you for making this better 😄
I suppose the solution would be locking the file to prevent modification while feh is loading the file with something like fcntl() then releasing the lock when the file has...
Probably not something the maintainers will want to do themselves. If you have the wherewithal to implement this yourself I don't see any reason why this wouldn't be at worst...
Tried the `--geometry [width x height [+ x + y ] ]` and `--zoom percent | max | fill` options? Note that if you're using a tiling window manager (like...
The base usecase of feh is from the command line to open a window to view the file specified. `feh --geometry 800x600 --zoom fill file.jpg` If you are trying to...
This change would only work if `filelist_len
feh shouldn't get in the way of your window managers resizing. I have used feh successfully with xmonad. Could you provide more details, e.g., what window manager are you using...