Add image previews to lf

This commit is contained in:
ItsDrike 2021-07-26 19:10:56 +02:00
parent 7b44531968
commit 5d13b073ad
No known key found for this signature in database
GPG key ID: B5F6B41F708C3ADD
4 changed files with 148 additions and 1 deletions

6
home/.config/lf/clear_img.sh Executable file
View file

@ -0,0 +1,6 @@
#!/bin/sh
readonly PREVIEW_ID="preview"
printf '{"action": "remove", "identifier": "%s"}\n' "$PREVIEW_ID" > "$FIFO_UEBERZUG"