https://github.com/thebashpotato/tilebox
Tiling window manager and other useful X11 software
https://github.com/thebashpotato/tilebox
Last synced: 10 months ago
JSON representation
Tiling window manager and other useful X11 software
- Host: GitHub
- URL: https://github.com/thebashpotato/tilebox
- Owner: thebashpotato
- License: mit
- Created: 2024-04-17T22:26:45.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2025-08-28T21:53:07.000Z (10 months ago)
- Last Synced: 2025-08-29T02:55:12.310Z (10 months ago)
- Language: C++
- Homepage:
- Size: 310 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Tilebox
[](https://github.com/RichardLitt/standard-readme)
> X11 tiling window manager and other cool stuff
## Table of Contents
- [Background](#background)
- [Docs](#docs)
- [Maintainers](#maintainers)
- [License](#license)
## Background
`tilebox` is a static library which encapsulates the original X11 C library (*Xlib*) and the FontConfig library in modern C++ RAII classes.
This library is used to build `twm` (*tilebox window manager*) and other X11 utility programs.
## Docs
1. [Dependencies and setting up environment](./docs/dependencies.md)
2. [Building from source](./docs/building.md)
## Maintainers
[@thebashpotato](https://github.com/thebashpotato)
## License
[MIT](./LICENSE) © 2024 Matt Williams