dotfiles/private_dot_config/lf/executable_clear_img.sh
2025-12-21 10:18:04 -05:00

4 lines
123 B
Bash

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