From d8043142e31d57275c16185fa44620c7aaf28b21 Mon Sep 17 00:00:00 2001 From: TheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com> Date: Thu, 26 Jun 2025 18:03:55 +0900 Subject: updates --- ar/.local/bin/tmuxdbussync | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'ar/.local') diff --git a/ar/.local/bin/tmuxdbussync b/ar/.local/bin/tmuxdbussync index 10b4088..d6da872 100755 --- a/ar/.local/bin/tmuxdbussync +++ b/ar/.local/bin/tmuxdbussync @@ -1,16 +1,15 @@ #!/bin/sh -tmux_dbus="$DBUS_SESSION_BUS_ADDRESS" fcitx5_pid=$(pgrep -f fcitx5 | head -n1) if [ -z "$fcitx5_pid" ]; then - echo "No terminal process found matching: fcitx5" + echo "echo 'No terminal process found matching: fcitx5' >&2" exit 1 fi fcitx5_dbus=$(tr '\0' '\n'