Setup IM switching in sway
This commit is contained in:
parent
8f5496adee
commit
def1701476
2 changed files with 14 additions and 0 deletions
|
|
@ -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:
|
||||
#
|
||||
|
|
|
|||
3
.profile
3
.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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue