dotfiles/home/.config/lf/clear_img.sh
2022-11-20 03:14:18 +01:00

7 lines
128 B
Bash
Executable file

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