diff options
| author | TheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com> | 2025-08-24 12:05:10 +0900 |
|---|---|---|
| committer | TheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com> | 2025-08-24 12:05:10 +0900 |
| commit | b15c6b710f19b74398acd738efb6281183c88b8d (patch) | |
| tree | 5f23c44e6f06a4b943f4db9d4b9ab69b07bc5446 /mac/.config/lf/cleaner | |
| parent | 818ff6ad1be60d8d0d9de039306d1fc5c7189081 (diff) | |
updates
Diffstat (limited to 'mac/.config/lf/cleaner')
| -rwxr-xr-x | mac/.config/lf/cleaner | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mac/.config/lf/cleaner b/mac/.config/lf/cleaner index a380dcd..a5f68d5 100755 --- a/mac/.config/lf/cleaner +++ b/mac/.config/lf/cleaner @@ -1,5 +1,5 @@ #!/bin/sh -if [ -n "$FIFO_UEBERZUGPP" ]; then - printf '{"action": "remove", "identifier": "PREVIEW"}\n' >"$FIFO_UEBERZUGPP" +if command -v kitty >/dev/null 2>&1; then + kitty +kitten icat --silent --stdin no --transfer-mode file --clear >/dev/tty fi |
