5 lines
208 B
Bash
Executable file
5 lines
208 B
Bash
Executable file
#!/bin/sh
|
|
# kitty +kitten icat --clear --silent --stdin no --transfer-mode memory >/dev/tty
|
|
if [ -n "$FIFO_UEBERZUG" ]; then
|
|
printf '{"action": "remove", "identifier": "PREVIEW"}\n' > "$FIFO_UEBERZUG"
|
|
fi
|