diff options
Diffstat (limited to '.config/fcitx5/systemd/fcitx5-user.service')
-rw-r--r-- | .config/fcitx5/systemd/fcitx5-user.service | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/.config/fcitx5/systemd/fcitx5-user.service b/.config/fcitx5/systemd/fcitx5-user.service new file mode 100644 index 0000000..c077504 --- /dev/null +++ b/.config/fcitx5/systemd/fcitx5-user.service @@ -0,0 +1,6 @@ +[Unit] +Description=fcitx5 + +[Service] +ExecStart=/usr/bin/fcitx5 +Environment="GTK_IM_MODULE=fcitx" "QT_IM_MODULE=fcitx" "XMODIFIERS=@im-fcitx" |