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:
|
||||
#
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue