summaryrefslogtreecommitdiff
path: root/cont/jankime.html
diff options
context:
space:
mode:
authorHaoran S. Diao (刁浩然) <0@hairydiode.xyz>2023-06-30 09:15:30 -0700
committerHaoran S. Diao (刁浩然) <0@hairydiode.xyz>2023-06-30 09:15:30 -0700
commite69e265f78025b80f4dc33409aa851a351ebe3bb (patch)
tree643420f3156a761bddbddaa3f0a38b4a2d5678ab /cont/jankime.html
parentf511ce8ec7309fd75d574b820d08518c90ab3c4a (diff)
Jankime update, unihome prelim
Diffstat (limited to 'cont/jankime.html')
-rw-r--r--cont/jankime.html9
1 files changed, 7 insertions, 2 deletions
diff --git a/cont/jankime.html b/cont/jankime.html
index 4d9623f..64a6d0d 100644
--- a/cont/jankime.html
+++ b/cont/jankime.html
@@ -5,6 +5,11 @@
[SETTITLE]Janky IME
[SETDATE]6-29-2023
UPDATE: This IME is now tmux based, old xdotool version is still <a href="https://hairydiode.xyz/cgit/dotfiles.git/tree/scripts/ims">here</a>
+
+UPDATE2: I have created the most cursed thing in existance. Full unicode display
+and input support in the linux console using only bash/busybox and tmux.
+See <a href="https://hairydiode.xyz/unihome/">we have unicode at home</a>
+
A new python version came out, so of course that means every python package on
my rolling-release system has broken. This includes ibus, which I need for my
input method. I'm currently running some web-crawling scripts that I don't want
@@ -76,10 +81,10 @@ The Implementation:
from line seperated to space seperated was done for free. However this
makes the code less portable
- <a href="https://hairydiode.xyz/cgit/dotfiles.git/tree/scripts/ims">CODE:</a>
+ <a href="https://hairydiode.xyz/cgit/dotfiles.git/tree/scripts/imt">CODE:</a>
char=$(echo $opt | awk "{print \$1}")
...
- xdotool type --window "$1" "$char"
+ tmux send-key -t "!" "$char"
Downsides/The Future:
This works in the linux console but obviously the linux console has