mirror of
https://github.com/SinTan1729/random.git
synced 2024-12-26 13:18:35 -06:00
Add ibus-daemon.service
This commit is contained in:
parent
d462e13550
commit
4aa8ad0033
1 changed files with 21 additions and 0 deletions
21
ibus-daemon.service
Normal file
21
ibus-daemon.service
Normal file
|
@ -0,0 +1,21 @@
|
|||
# this is a systemd service file for automatically starting ibus-daemon at boot
|
||||
|
||||
# copy this file to ~/.config/systemd/user/ and execute
|
||||
# systemctl enable --now --user ibus-daemon.-service
|
||||
|
||||
[Unit]
|
||||
Description=IBus Daemon
|
||||
Documentation=man:ibus-daemon(1)
|
||||
Conflicts=fcitx.service
|
||||
|
||||
[Service]
|
||||
Type=forking
|
||||
ExecStart=/usr/bin/ibus-daemon -drx
|
||||
ExecReload=/usr/bin/ibus restart
|
||||
ExecStop=/usr/bin/ibus exit
|
||||
Environment=GTK_IM_MODULE=ibus
|
||||
Environment=XMODIFIERS="@im=ibus"
|
||||
Environment=QT_IM_MODULE=ibus
|
||||
|
||||
[Install]
|
||||
WantedBy=default.target
|
Loading…
Reference in a new issue