Add ibus key bindings
This commit is contained in:
parent
2b1a9f7b60
commit
d85f425c84
1 changed files with 6 additions and 0 deletions
|
@ -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'"
|
||||
|
||||
|
|
Loading…
Reference in a new issue