diff options
| author | TheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com> | 2026-04-21 11:15:20 +0900 |
|---|---|---|
| committer | TheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com> | 2026-04-21 11:15:20 +0900 |
| commit | 290b86bff5f5c0ef3f3995509b0d419723ba76cf (patch) | |
| tree | 8dd225588f9a414ae6740726019b368c5a3d9ee9 /ar/.local | |
| parent | 3508c37f7578825004768f4b01112651e9888c42 (diff) | |
modified bin/fzffiles
Diffstat (limited to 'ar/.local')
| -rwxr-xr-x | ar/.local/bin/fzffiles | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ar/.local/bin/fzffiles b/ar/.local/bin/fzffiles index e2b6618..b70a43b 100755 --- a/ar/.local/bin/fzffiles +++ b/ar/.local/bin/fzffiles @@ -11,7 +11,7 @@ cleanup() { trap cleanup HUP INT QUIT TERM EXIT UB_PID_FILE="$UEBERZUG_TMP_DIR/.$(uuidgen)" -ueberzugpp layer --no-stdin --silent --use-escape-codes --pid-file "$UB_PID_FILE" +ueberzugpp layer --no-stdin --silent --pid-file "$UB_PID_FILE" UB_PID=$(cat "$UB_PID_FILE") export SOCKET="$UEBERZUG_TMP_DIR/ueberzugpp-$UB_PID.socket" |
