feh
feh copied to clipboard
a fast and light image viewer
I have two screens and I have a script to set a new wallpaper in i3 every day. The script basically downloads an image and then runs following command ```...
```sh feh image.webp ``` works, but ```sh feh https://example.com/image.webp ``` fails with `No Imlib2 loader for that file format`
I have been using feh with ubuntu16 for years and it is my favorite viewer (besides irfanview on windows) and never had a problem until the new stupid imlib2 bug...
Is it possible to save the current position in a filelist so that the next time the filelist is viewed it will open on the same image that was last...
The command `feh image.jpg -g 500x1000+-100+50` should open the window in a way that the leftmost part is outside of the visible desktop, but it is not working.
I am setting on a small Raspberry Pi with a large HDMI screen as a digital photo frame, fetching images from a RSS feed and showing a random image using...
Are the options limited to 70 characters, or am I missing something? **/home/123456789/.config/feh/themes** ``` --font '/home/123456789/.fonts/Arimo_Nerd_Font/Arimo Regular Nerd Font Complete.ttf/12' --menu-font '/home/123456789/.fonts/Arimo_Nerd_Font/Arimo Regular Nerd Font Complete.ttf/12' ``` I solved this...
I have a Raspberry Pi 4 with the latest Raspbian installed. I downloaded feh 3.5 and complied with the following line: make -j4 debug=1 stat64=1 inotify=1 help=1 However when I...
Hello, I compiled 3.4.1 in Slackware 14.1 x86_64 running Openbox 3.6.1 and I use Feh to set Wallpaper. I have a menu entry for Feh in Openbox as; ```feh --scale-down...
I use feh extensively to trigger all kinds of different actions on images. (For example, I execute scripts via actions in order to sort or label images quickly.) For different...