diff options
author | Haoran S. Diao (刁浩然) <0@hairydiode.xyz> | 2023-11-25 03:51:23 -0800 |
---|---|---|
committer | Haoran S. Diao (刁浩然) <0@hairydiode.xyz> | 2023-11-25 03:51:23 -0800 |
commit | da1af87c31d68e74f2aac69d80f538ee328c18b7 (patch) | |
tree | a9fa7e51b33642465062c201213b8ac8e76b7df8 | |
parent | cb31a5025127f8e16c705c88f439a8f819952827 (diff) |
added instructions for bimtmain
-rw-r--r-- | README | 11 |
1 files changed, 9 insertions, 2 deletions
@@ -2,6 +2,8 @@ Janky ime for Boshiamy using only busybox commands and xdotool/termux. If ibus breaks you will have many backup options for using boshiamy (or any other ibus-table based input method) +see https://hairydiode.xyz/jankime for write-up + -------------------------=[Requirements for everything]=------------------------ busybox @@ -31,8 +33,13 @@ tmux Based Input (imt) tmux Based Input with Braille Display (bimt) Same as above, except that it will also display the candidate characters - using bbrll (see https://hairydiode.xyz/cgit/bbrll). Assumes that textd - is in the path somewhere, as well bdf fonts in "~/lang/fonts/12" + using braile via the bbrll (see https://hairydiode.xyz/cgit/bbrll) + script, which also only requires busybox. + + Assumes that textd is in the path somewhere, as well bdf fonts in + "~/lang/fonts/12" + + see bbrll/README for Linux Console Braille font setup Window Manager Based Input (iml, ims) requires [xdotool] and a terminal of some sort, current script uses st but |