From 9dfb5c690f4311f7a1eaf948c5825a8753ed8a80 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Haoran=20S=2E=20Diao=20=28=E5=88=81=E6=B5=A9=E7=84=B6=29?= <0@hairydiode.xyz> Date: Tue, 19 Aug 2025 00:25:39 -0700 Subject: README write-up update --- README | 3 +++ startup | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/README b/README index acbfe75..5fb5e5e 100644 --- a/README +++ b/README @@ -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 diff --git a/startup b/startup index ebefa31..030d8d4 100755 --- a/startup +++ b/startup @@ -1 +1 @@ -setxkbmap -layout boshiamy,us -option grp:alt_space_toggle +setxkbmap -layout us,boshiamy -option grp:alt_space_toggle -- cgit v1.1