Skip to main content

Questions tagged [feh]

feh is a lightweight image viewer

0 votes
2 answers
174 views

How can I preview image data urls in linux (e.g. data:image/png;base64, <data>)?

I opened some json-based configuration file and I see that there is a favicon key whose value is a data url representing a png: "favicon": "data:image/png;base64,iVBORw... I am looking ...
Marinos An's user avatar
1 vote
0 answers
178 views

Using feh --keep-zoom-vp and --zoom fit at the same time?

If I run: feh --keep-zoom-vp * Then feh will keep the zoom and viewport positioning when browsing through images, as explained in the manual. This works as expected If I run: feh --zoom "fill&...
user avatar
0 votes
1 answer
85 views

feh on linux keeps looping despite of --cycle-once

I am using a le potato running raspbian, to display pictures on a screen. These pictures are in a shared folder I can access from my windows pc. The input is where the pictures go, and output is ...
Michael van der Beek's user avatar
0 votes
2 answers
201 views

feh image viewer: toggle frameless/move window

With the feh image viewer I can open a frameless window on an image. This is good. However now I want to move the window on the screen and to do that I guess I will need a frame. So is there a way of ...
Stephen Boston's user avatar
1 vote
0 answers
2k views

feh ERROR: Can't open X display. It *is* running, yeah?

Followed this tutorial to try and get a photo album running on my raspberry pi 3: https://pimylifeup.com/raspberry-pi-photo-frame/ Using feh to try and run DISPLAY=:0.0 XAUTHORITY=/home/pi/.Xauthority ...
Alex Reed's user avatar
0 votes
1 answer
566 views

feh image viewer in thumbnail mode want scrollable window

If I go feh --thumbnails <directory> I get a nice clickable screen of thumbnails for the images in <directory>. But I can't scroll that screen If I close an image I raise, the thumbnail ...
Stephen Boston's user avatar
2 votes
1 answer
134 views

How do I open multiple links using feh?

I'm writing a program that gets a bunch of images from Librex' API, then opens them in feh. Here's the source: args = sys.argv[1:] for i in args: if "-" in i: args.remove(i) sch =...
ecjwthx's user avatar
  • 21
2 votes
1 answer
297 views

How to display image width and height in FEH?

I want FEH to display image's width and height in bottom-left corner (like: 1920x1080) But feh --info "%wx%h" doesn't work, and terminal says: sh: 1: 1920x1080: not found
helloyes20's user avatar
0 votes
1 answer
3k views

Change window size to fit current image size with feh from CLI

I have read the feh manual but could not find a command line option to change window size to fit current image size : $ qrencode -o- https://youtu.be/JrLYOJqe22U | feh --zoom 300 - Can you help me ?
SebMa's user avatar
  • 2,209
2 votes
2 answers
766 views

Get the Absolute Path from feh

The feh command allows you to view images within a folder recursively: feh --recursive --auto-zoom While viewing images, it also allows you to associate custom commands with keys 0-9 on your keyboard....
Lonnie Best's user avatar
  • 5,185
0 votes
4 answers
4k views

Feh on auto start from rc.local ERROR: Can't open X display. It *is* running, yeah?

I'm trying to run my dotnet app from rc.local file. Where i start playing video(working) or show image slide show with feh player. If i run my scrip manually from bash is working how it' should. When ...
MiselMoj's user avatar
1 vote
2 answers
1k views

Feh show custom text on image

I'm trying to find an example for feh image viewer that you can use to show on screen your custom text. I wrote my own application which is doing some action and one of them is to show on the image ...
MiselMoj's user avatar
0 votes
0 answers
687 views

Editing images with feh

According to the feh man page: --edit     Enable basic editing of files. This makes rotation and mirroring (bound to "<", ">", "|", and "_" by default) ...
Yehuda's user avatar
  • 301
1 vote
1 answer
325 views

Crontab not running feh correctly on two screens in i3 (display variable set to :0)

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 convert {save_location} -trim JPG:- | feh --bg-...
Nikolay Zakirov's user avatar
3 votes
1 answer
2k views

How to present a slideshow with 'feh' with datestamp displayed on the photographs?

I want to show my photos in a slideshow and have the date displayed for each photograph. I tried it with feh, which is compiled with exif=1 I found --info and --drawexif but can't get it to work. feh ...
Katarina's user avatar

15 30 50 per page