From 17d2d1acc209f9de53ad8b615042ef6f5d17f6ef Mon Sep 17 00:00:00 2001 From: Carl Kittelberger Date: Thu, 29 Apr 2021 08:58:57 +0200 Subject: [PATCH] Do not automatically start ibus-daemon. --- home/dotfiles/profile | 1 - 1 file changed, 1 deletion(-) diff --git a/home/dotfiles/profile b/home/dotfiles/profile index 7bb6afc..7b87d5a 100644 --- a/home/dotfiles/profile +++ b/home/dotfiles/profile @@ -241,7 +241,6 @@ if [ $PROFILE_IBUS -gt 0 ]; then export GTK_IM_MODULE=ibus export XMODIFIERS=@im=ibus export QT_IM_MODULE=ibus - ibus-daemon -drx fi section_end