fcitx5.service 292 B

12345678910111213
  1. [Unit]
  2. Description=fcitx IME system
  3. PartOf=graphical-session.target
  4. [Service]
  5. Type=simple
  6. Environment=export GTK_IM_MODULE=fcitx export QT_IM_MODULE=fcitx export XMODIFIERS=@im=fcitx
  7. ExecStart=/usr/bin/fcitx5 --replace
  8. Restart=on-failure
  9. RestartSec=3
  10. [Install]
  11. WantedBy=sway-session.target