From 6baef1437fcf40b1d51c5255af78ab297d361d2c Mon Sep 17 00:00:00 2001 From: TheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com> Date: Sat, 23 Aug 2025 13:36:06 +0900 Subject: updates --- mac/.local/bin/tmuxdbussync | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100755 mac/.local/bin/tmuxdbussync (limited to 'mac/.local/bin/tmuxdbussync') diff --git a/mac/.local/bin/tmuxdbussync b/mac/.local/bin/tmuxdbussync new file mode 100755 index 0000000..d6da872 --- /dev/null +++ b/mac/.local/bin/tmuxdbussync @@ -0,0 +1,15 @@ +#!/bin/sh + +fcitx5_pid=$(pgrep -f fcitx5 | head -n1) + +if [ -z "$fcitx5_pid" ]; then + echo "echo 'No terminal process found matching: fcitx5' >&2" + exit 1 +fi + +fcitx5_dbus=$(tr '\0' '\n'