From af4761ccc276fe86281a0bf3b403b02d19c4d70d Mon Sep 17 00:00:00 2001 From: finga Date: Mon, 21 Dec 2020 15:36:20 +0100 Subject: [PATCH] Add ibus key bindings --- .config/i3/config | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.config/i3/config b/.config/i3/config index 3a3ef92..01d8938 100644 --- a/.config/i3/config +++ b/.config/i3/config @@ -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'"