voidrice/.config/lf/cleaner
2022-03-11 18:32:19 -05:00

4 lines
123 B
Bash
Executable file

#!/bin/sh
if [ -n "$FIFO_UEBERZUG" ]; then
printf '{"action": "remove", "identifier": "PREVIEW"}\n' > "$FIFO_UEBERZUG"
fi