ref: 62cb1f0034358030ff936e81f0cd85caa153a8a8
dir: /drawterm.md/
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`. Sound should work now. Since 9front is supposed to be used with three-button mouse, 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.