fcitx5: change install target to fix autostart
This commit is contained in:
parent
cd3b7d70fa
commit
b5049a0334
1 changed files with 11 additions and 0 deletions
11
dots/.config/systemd/user/fcitx5.service
Normal file
11
dots/.config/systemd/user/fcitx5.service
Normal file
|
@ -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
|
Loading…
Reference in a new issue