This repository has been archived on 2023-02-07. You can view files and clone it, but cannot push or open issues or pull requests.
configs/lf/cleaner
Victor Risgaard 463a18b5ec Configs
2023-02-07 16:14:07 +01:00

5 lines
123 B
Bash
Executable File

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