shithub: docs.9front.org

ref: e869c0105a575f25c0e97dccdacac4a226f24434
dir: /drawterm.md/

View raw version
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.