mirror of
https://github.com/SinTan1729/random.git
synced 2024-12-26 13:18:35 -06:00
Removed ibus-daemon.service
This commit is contained in:
parent
869f374220
commit
e67cf97058
1 changed files with 0 additions and 21 deletions
|
@ -1,21 +0,0 @@
|
||||||
# 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