summaryrefslogtreecommitdiff
path: root/.config/yadm/bootstrap
diff options
context:
space:
mode:
authorDaniel Weipert <code@drogueronin.de>2022-11-01 08:09:47 +0100
committerDaniel Weipert <code@drogueronin.de>2023-10-30 09:52:23 +0100
commit35ac00c60fcf34910d676d21285491e9dcdcca2a (patch)
treed7f4f483ee6996cb015cee72f042548b53b9ae29 /.config/yadm/bootstrap
parent7dc418d2cd468ca8e1c624839b5db3771f61688d (diff)
[fcitx5] add systemd config
Diffstat (limited to '.config/yadm/bootstrap')
-rwxr-xr-x.config/yadm/bootstrap9
1 files changed, 9 insertions, 0 deletions
diff --git a/.config/yadm/bootstrap b/.config/yadm/bootstrap
index b9b1cb3..91f2152 100755
--- a/.config/yadm/bootstrap
+++ b/.config/yadm/bootstrap
@@ -37,3 +37,12 @@ if command -v gammastep > /dev/null 2>&1; then
sudo systemctl enable "gammastep@$USER" --now
fi
+# #
+# fcitx5
+# #
+
+if command -v fcitx5 > /dev/null 2>&1; then
+ sudo ln -s "$HOME/.config/fcitx5/systemd/fcitx5@.service" /etc/systemd/system/
+ sudo ln -s "$HOME/.config/fcitx5/systemd/fcitx5-systemd" /usr/local/bin/
+ sudo systemctl enable "fcitx5@$USER" --now
+fi