13 lines
262 B
Desktop File
13 lines
262 B
Desktop File
[Unit]
|
|
Description=fcitx input daemon
|
|
|
|
[Service]
|
|
Type=exec
|
|
StandardOutput=journal
|
|
StandardError=journal
|
|
ExecStart=/usr/bin/fcitx5 -D -r --keep
|
|
Environment=GTK_IM_MODULE=fcitx XMODIFIERS="@im=fcitx" QT_IM_MODULE=fcitx
|
|
|
|
[Install]
|
|
WantedBy=graphical-session.target
|