Files
dotfiles/lf/cleaner
2024-12-25 09:58:39 +01:00

6 lines
124 B
Bash

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