From ad3e3f1682922f07b142b6400c9d3501b16b5774 Mon Sep 17 00:00:00 2001 From: Bobby Bingham Date: Tue, 1 Jun 2021 10:12:18 -0500 Subject: desktop: add Japanese input --- desktop/.xinitrc | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/desktop/.xinitrc b/desktop/.xinitrc index 8af5983..7b53cc6 100755 --- a/desktop/.xinitrc +++ b/desktop/.xinitrc @@ -16,12 +16,11 @@ done # X compositor picom & -# TODO # input method -#ibus-daemon --xim -d -#export XMODIFIERS="@im=ibus" -#export GTK_IM_MODULE=ibus -#export QT_IM_MODULE=ibus +ibus-daemon --xim -d +export XMODIFIERS="@im=ibus" +export GTK_IM_MODULE=ibus +export QT_IM_MODULE=ibus # set screen backlight to 30% brightness. # that's typically bright enough, and uses much less power. -- cgit v1.2.3