From b5049a0334f29083bb75a8010f573dde9a55c557 Mon Sep 17 00:00:00 2001 From: buffet Date: Tue, 3 Oct 2023 17:12:09 +0200 Subject: [PATCH] fcitx5: change install target to fix autostart --- dots/.config/systemd/user/fcitx5.service | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 dots/.config/systemd/user/fcitx5.service diff --git a/dots/.config/systemd/user/fcitx5.service b/dots/.config/systemd/user/fcitx5.service new file mode 100644 index 0000000..329a582 --- /dev/null +++ b/dots/.config/systemd/user/fcitx5.service @@ -0,0 +1,11 @@ +[Unit] +Description=Fcitx is an input method framework with extension support. +Documentation=https://fcitx-im.org/wiki/Fcitx_5 + +[Service] +Type=exec +Restart=always +ExecStart=/usr/bin/fcitx5 + +[Install] +WantedBy=graphical.target