diff options
Diffstat (limited to 'ar/.config/lf/cleaner')
| -rwxr-xr-x | ar/.config/lf/cleaner | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ar/.config/lf/cleaner b/ar/.config/lf/cleaner index c1ff854..a380dcd 100755 --- a/ar/.config/lf/cleaner +++ b/ar/.config/lf/cleaner @@ -1,5 +1,5 @@ #!/bin/sh -if [ -n "$FIFO_UEBERZUG" ]; then - printf '{"action": "remove", "identifier": "PREVIEW"}\n' >"$FIFO_UEBERZUG" +if [ -n "$FIFO_UEBERZUGPP" ]; then + printf '{"action": "remove", "identifier": "PREVIEW"}\n' >"$FIFO_UEBERZUGPP" fi |
