Minimal utility to check if we can talk to the X11 server.
|
|
||
|---|---|---|
| go.mod | Initial import | |
| go.sum | Initial import | |
| README.md | Add README | |
| xprobe.go | Initial import | |
Minimal utility to check if we are able to talk to the X server.
Build with go build
Usage example: ./xprobe && echo "All good!" || echo "Oh noes!"