This commit is contained in:
2026-08-19 22:09:56 +02:00
parent ef1a5d8651
commit 90f5dca59e
5 changed files with 631 additions and 0 deletions

4
lf/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