summaryrefslogtreecommitdiff
path: root/.local/bin/shorts/refcitx
blob: 1d104bf3efbbf3636e166e799906595ac978270c (plain)
1
2
3
4
5
6
7
8
#!/bin/sh

id="$(notify-send --print-id "Starting Fcitx...")"
fcitx
sleep 1
remap
fcitx-remote -t
notify-send --replace-id="$id" "✅ Fcitx Started"