summaryrefslogtreecommitdiff
path: root/ar/.local/bin
diff options
context:
space:
mode:
authorTheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com>2026-04-21 11:15:20 +0900
committerTheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com>2026-04-21 11:15:20 +0900
commit290b86bff5f5c0ef3f3995509b0d419723ba76cf (patch)
tree8dd225588f9a414ae6740726019b368c5a3d9ee9 /ar/.local/bin
parent3508c37f7578825004768f4b01112651e9888c42 (diff)
modified bin/fzffiles
Diffstat (limited to 'ar/.local/bin')
-rwxr-xr-xar/.local/bin/fzffiles2
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"