diff options
author | Haoran S. Diao (刁浩然) <0@hairydiode.xyz> | 2025-08-19 00:25:39 -0700 |
---|---|---|
committer | Haoran S. Diao (刁浩然) <0@hairydiode.xyz> | 2025-08-19 00:25:39 -0700 |
commit | 9dfb5c690f4311f7a1eaf948c5825a8753ed8a80 (patch) | |
tree | 388283cf29624c1fcc8e2c1542646cf8c39bdf72 | |
parent | 87966cfb6e8a2d592d76ed7add901fa349aff2a4 (diff) |
README write-up update
-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 |