shithub: docs.9front.org

Download patch

ref: e869c0105a575f25c0e97dccdacac4a226f24434
parent: f0cd86b36645450066044b0601f2eb6ed7b04339
author: Sigrid Haflínudóttir <ftrvxmtrx@gmail.com>
date: Mon Aug 10 13:37:09 EDT 2020

add drawterm info

--- /dev/null
+++ b/drawterm.md
@@ -1,0 +1,15 @@
+Drawterm
+========
+
+Code: https://code.9front.org/hg/drawterm
+
+For audio to work under Linux without `/dev/dsp` one can use `sndio`.
+Install it without your favorite package manager, run `sndiod`, modify `Make.unix`:
+change `AUDIO=unix` to `AUDIO=sndio` and add `-lsndio` to `LDADD`. Run `make CONF=unix`.
+Sounds should work.
+
+Since 9front is supposed to be used with three mouse buttons, sometimes X11 (or Wayland)
+gets in the way of that, especially on Thinkpads, by emulating mouse wheel scroll with
+the middle trackpad button. It is advised to completely disable it. With sway
+`input * scroll_button disable` needs to be added to the configuration.
+With X11 `xinput` has to be used to disable mouse wheel emulation.
--- a/howto.md
+++ b/howto.md
@@ -12,3 +12,5 @@
 [Rio tips and tricks](rio-tips-and-tricks.html)
 
 [Mounting 9p on Unix-like operating systems](9p-on-unix.html)
+
+[Drawterm](drawterm.html)