This commit is contained in:
ziro 2022-03-13 16:57:38 +07:00
parent 12377b185f
commit d9834ae4ec
Signed by: null2264
GPG key ID: BA64F8B60AF3EFB6
6 changed files with 48 additions and 75 deletions

4
.config/lf/scripts/cleaner Executable file
View file

@ -0,0 +1,4 @@
#!/bin/sh
if [ -n "$FIFO_UEBERZUG" ]; then
printf '{"action": "remove", "identifier": "preview"}\n' >"$FIFO_UEBERZUG"
fi