From e67cf97058f28281147628fd5707c9b18c9996ca Mon Sep 17 00:00:00 2001 From: SinTan1729 Date: Thu, 8 Sep 2022 20:48:23 -0500 Subject: [PATCH] Removed ibus-daemon.service --- ibus-daemon.service | 21 --------------------- 1 file changed, 21 deletions(-) delete mode 100644 ibus-daemon.service diff --git a/ibus-daemon.service b/ibus-daemon.service deleted file mode 100644 index b83804a..0000000 --- a/ibus-daemon.service +++ /dev/null @@ -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