mirror of
https://github.com/NikitaIvanovV/ctpv.git
synced 2024-11-24 13:53:07 +01:00
11 lines
224 B
Bash
11 lines
224 B
Bash
setup_image 1
|
|
|
|
case "$image_method" in
|
|
"$image_method_ueberzug")
|
|
printf '{"action": "remove", "identifier": "preview"}\n' > "$fifo"
|
|
;;
|
|
"$image_method_kitty")
|
|
kitty +kitten icat --clear --transfer-mode file
|
|
;;
|
|
esac
|