From ed7345133d95f5f706e65595071e07660ecac2dd Mon Sep 17 00:00:00 2001 From: BanceDev Date: Tue, 17 Feb 2026 21:58:04 -0500 Subject: readme --- README.md | 41 +++++++++++++++++++++++++++++++++++++++++ logo.png | Bin 0 -> 12111 bytes 2 files changed, 41 insertions(+) create mode 100644 README.md create mode 100644 logo.png diff --git a/README.md b/README.md new file mode 100644 index 0000000..56811b9 --- /dev/null +++ b/README.md @@ -0,0 +1,41 @@ +

+ +
+ contributors + license + forks +

+ +--- + +# Tilite + +Tilite is a ultra-light minimal dynamic window manager with just over 2k lines SLOC. This project seeks to cover the exact minimum number of features I need to have the desktop experience I want. This window manager is not designed to be general purpose but if it fits your use case I hope you find it as useful as I do. + +--- + +## Dependencies + +- `libX11` +- `Xinerama` +- `XCursor` +- `CC` +- `Make` + +## Compiling/Installation + +``` +make +sudo make install +``` + +Then just add tilite to your `.xinitrc` and you're good to go. You could also make a desktop entry for it if you want to use a display manager but this repo doesn't provide one. + +## Configuration + +All configuration of tilite is done at compile time in the config.h header. The config on this repo is my personal one but I'll probably add more generic ones in the future. + +## Thanks & Inspiration + +- dwm - the basis for suckless tiling +- sxwm - lots of source code basis diff --git a/logo.png b/logo.png new file mode 100644 index 0000000..44f13a7 Binary files /dev/null and b/logo.png differ -- cgit v1.2.3-59-g8ed1b