mirror of
https://github.com/NikitaIvanovV/ctpv.git
synced 2024-11-24 13:53:07 +01:00
8 lines
177 B
Bash
8 lines
177 B
Bash
setup_fifo 1
|
|
|
|
if use_ueberzug; then
|
|
printf '{"action": "remove", "identifier": "preview"}\n' > "$fifo"
|
|
elif use_kitty; then
|
|
kitty +kitten icat --clear --transfer-mode file
|
|
fi
|