A nice and straightforward screen capture utility implementing the dynamic loaders of Imlib2.
This utility works in X11-based environments only - it does not work inside Wayland or XWayland sessions.
Fedora:
$ sudo dnf install meson imlib2-devel libX11-devel libXfixes-devel
Debian, Ubuntu:
$ sudo apt install meson libimlib2-dev libx11-dev libxfixes-dev
$ meson setup build
$ ninja -C build
$ ninja -C build install
This software is covered by MIT-feh license. All changes authored by Patryk Obara are dual-licensed using MIT-feh and normal MIT license.