shithub: wiki.9front.org

ref: 0f368e5cc704a105303b30da2d7bc61a9223c5ab
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 with 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.