Hacker News new | ask | show | jobs
by Arnavion 1923 days ago
grim can write the image to stdout. GUI like [1] can read images from stdin. You can make a script that pipes one to the other and bind that in your compositor.

[1]: https://github.com/jtheoof/swappy

2 comments

You can also use "display" from imagemagick with a pipe. Lots of people probably have that installed already.
It’s amazing to know pipe, stdin and stdout work for image, thanks!