diff --git a/.config/sway/config b/.config/sway/config index e31a0c4..0607473 100644 --- a/.config/sway/config +++ b/.config/sway/config @@ -215,6 +215,17 @@ mode "resize" { } bindsym $wm_mod+Equal mode "resize" +# +# Setup input method +# + +exec ibus-daemon --daemonize --replace --xim + +bindsym Mod4+1 exec ibus engine xkb:us::eng +bindsym Mod4+2 exec ibus engine xkb:il::heb +bindsym Mod4+3 exec ibus engine mozc-jp +bindsym Mod4+4 exec ibus engine xkb:fr::fra + # # Status Bar: # diff --git a/.profile b/.profile index 74ba6e0..cc8c053 100644 --- a/.profile +++ b/.profile @@ -27,3 +27,6 @@ if [ -d "$HOME/.local/bin" ] ; then fi umask 0007 +export GTK_IM_MODULE="ibus" +export QT_IM_MODULE="ibus" +export XMODIFIERS="@im=ibus"