1
0
Fork 0
dotfiles/.config/lf/cleaner
Luca Bilke 25d21bdb8a rebase
2022-07-04 21:36:33 +02:00

4 lines
123 B
Bash
Executable file

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