diff options
Diffstat (limited to 'lf/cleaner')
-rwxr-xr-x | lf/cleaner | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/lf/cleaner b/lf/cleaner new file mode 100755 index 0000000..a184d84 --- /dev/null +++ b/lf/cleaner @@ -0,0 +1,4 @@ +#!/bin/sh +if [ -n "$FIFO_UEBERZUG" ]; then + printf '{"action": "remove", "identifier": "PREVIEW"}\n' > "$FIFO_UEBERZUG" +fi |