This repository has been archived on 2024-06-03. You can view files and clone it, but cannot push or open issues or pull requests.
x/README.md
2023-09-04 02:54:56 -04:00

15 lines
282 B
Markdown

# x
[![Go Reference](https://pkg.go.dev/badge/git.tebibyte.media/tomo/x.svg)](https://pkg.go.dev/git.tebibyte.media/tomo/x)
An X11 backend for Tomo.
## Installation
```
cd x/x
go build -buildmode=plugin .
mkdir -p ~/.local/lib/tomo/plugins
mv x.so ~/.local/lib/tomo/plugins
```