mirror of
https://github.com/rydesun/dotfiles.git
synced 2026-07-16 22:16:11 +08:00
Autostart fcitx
This commit is contained in:
parent
1d674579bb
commit
dac950385c
1 changed files with 3 additions and 2 deletions
|
|
@ -4,8 +4,9 @@ After=graphical-session.target
|
|||
PartOf=graphical-session.target
|
||||
|
||||
[Service]
|
||||
Type=forking
|
||||
ExecStart=/usr/bin/fcitx5 -d
|
||||
Type=oneshot
|
||||
ExecStart=-/usr/bin/fcitx5 -d
|
||||
RemainAfterExit=yes
|
||||
|
||||
[Install]
|
||||
WantedBy=graphical-session.target
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue