mirror of
https://github.com/NikitaIvanovV/ctpv.git
synced 2025-06-20 18:08:02 +02:00
Fix: forcekittyanim doesn't clear images
This commit is contained in:
parent
d883ff6a34
commit
dd9d29b797
10
sh/clear.sh
10
sh/clear.sh
@ -1,10 +1,6 @@
|
|||||||
setup_image 1
|
setup_image 1
|
||||||
|
|
||||||
case "$image_method" in
|
[ "$image_method" = "$image_method_ueberzug" ] &&
|
||||||
"$image_method_ueberzug")
|
|
||||||
printf '{"action": "remove", "identifier": "preview"}\n' > "$fifo"
|
printf '{"action": "remove", "identifier": "preview"}\n' > "$fifo"
|
||||||
;;
|
|
||||||
"$image_method_kitty")
|
is_kitty && kitty +kitten icat --clear --transfer-mode file
|
||||||
kitty +kitten icat --clear --transfer-mode file
|
|
||||||
;;
|
|
||||||
esac
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user