Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/monroeclinton/mwm

My Window Manager
https://github.com/monroeclinton/mwm

rust statusbar window-manager x11 x11-wm xcb

Last synced: 3 months ago
JSON representation

My Window Manager

Awesome Lists containing this project

README

        

# mwm
My window manager that is a work in progress. Currently hacky

## Wayland support
I'm currently working on a Wayland implementation, find it in the [wayland](https://github.com/monroeclinton/mwm/tree/wayland) branch.

# Installation
Clone this repo then:
```
make install
```
This will install the binaries in `/usr/local/bin`. Then add this to your `xinitrc`:
```
exec mwm
```

# Configuring

There are config toml files in the `src` and `statusbar` directories
that you can customize.

You can make a symlink to these files in `~/.config/mwm/`.

# Screenshots

![Screenshot of mwm](screenshots/3.png)
![Screenshot of mwm](screenshots/4.png)