voidrice/.local/bin/lf-cleaner
2022-03-06 13:19:51 -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