1
0
Fork 0

move lf tmp location

This commit is contained in:
Luca Bilke 2024-01-08 11:38:41 +01:00
parent e84c80b46a
commit 7509cdfd3c
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ if [ -n "$SSH_CLIENT" ] || [ -n "$SSH_TTY" ]; then
command lf "$@"
else
[ ! -d "$XDG_CACHE_HOME/lf" ] && mkdir --parents "$XDG_CACHE_HOME/lf"
export FIFO_UEBERZUG="$HOME/.cache/lf/ueberzug-$$"
export FIFO_UEBERZUG="/tmp/ueberzug-$$"
mkfifo "$FIFO_UEBERZUG"
ueberzug layer -s -p json <"$FIFO_UEBERZUG" &
exec 3>"$FIFO_UEBERZUG"