dotfiles/home/.config/lf/clear_img.sh

7 lines
128 B
Bash
Raw Normal View History

2022-10-29 18:25:42 +00:00
#!/bin/sh
readonly PREVIEW_ID="preview"
printf '{"action": "remove", "identifier": "%s"}\n' "$PREVIEW_ID" > "$FIFO_UEBERZUG"