diff options
-rw-r--r-- | README | 3 | ||||
-rwxr-xr-x | startup | 2 |
2 files changed, 4 insertions, 1 deletions
@@ -11,6 +11,9 @@ Append "startup" to your wm's X11 startup script. Alternatively you can simply set boshiamy as one of your keyboard layouts somewhere in your X11 Configs (see further reading) +NOTE: If you're using a real input method like Ibus or fcitx You need to click +"use system keyboard layout" in settings. See the Archlinx Wiki link below + --------------------------------=[How it Works]=-------------------------------- X11 handles key inputs via the xkb extension, which in addition to defining keymaps/layouts, also handles compose/dead keys on the @@ -1 +1 @@ -setxkbmap -layout boshiamy,us -option grp:alt_space_toggle +setxkbmap -layout us,boshiamy -option grp:alt_space_toggle |