diff options
-rwxr-xr-x | desktop/.xinitrc | 9 |
1 files 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. |