Setup IM switching in sway

This commit is contained in:
Ohad Livne 2025-06-04 22:44:15 +03:00
parent 8f5496adee
commit def1701476
Signed by: libohad-dev
GPG key ID: 34FDC68B51191A4D
2 changed files with 14 additions and 0 deletions

View file

@ -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:
#

View file

@ -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"