dotfiles/home/.config/lf/clear_img.sh
2021-07-26 19:10:56 +02:00

7 lines
128 B
Bash
Executable file

#!/bin/sh
readonly PREVIEW_ID="preview"
printf '{"action": "remove", "identifier": "%s"}\n' "$PREVIEW_ID" > "$FIFO_UEBERZUG"