An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

# Tilebox

[![standard-readme compliant](https://img.shields.io/badge/standard--readme-OK-green.svg?style=flat-square)](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