# umberwm :ram:
a minimalistic X window manager based on tinywm, inspired by qtile.
# prerequisites
you should have xmodmap installed
# design goals and features
- kiss: only window management (no taskbar, system tray, ...), complex stuff should be done using other programs (rofi, ...)
- configuration as code (like qtile, dwm)
- tiled by default (Binary space partitioning)
- supports workspaces
- single file (~500 LoC)
# using it
umberwm is used/configured in rust, here is how to use it:
1. install rust and cargo https://doc.rust-lang.org/cargo/getting-started/installation.html
2. clone template project `git clone https://github.com/yazgoo/myumberwm`
3. edit src/main.rs (see comments for more details)
4. run `cargo build`, binary is available in target/debug/myumerwm
add the following to your .xinitrc :
```shell
exec /path/to/myumberwm mod4
```