Add ibus key bindings

This commit is contained in:
finga 2020-12-21 15:36:20 +01:00
parent 2f06cec31b
commit af4761ccc2

View file

@ -140,6 +140,12 @@ bindsym $mod+Shift+c reload
# restart i3 inplace (preserves your layout/session, can be used to upgrade i3)
bindsym $mod+Shift+r restart
# set input keyboard to us english
bindsym $mod+Control+e exec "ibus engine xkb:us::eng"
# set input keyboard to Chỡ Quố Ngữ (vietnamese)
bindsym $mod+Control+v exec "ibus engine Unikey"
# exit i3 (logs you out of your X session)
bindsym $mod+Shift+e exec "i3-nagbar -t warning -m 'You pressed the exit shortcut. Do you really want to exit i3? This will end your X session.' -B 'Yes, exit i3' 'i3-msg exit'"