Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/monroeclinton/mwm
- Owner: monroeclinton
- License: mit
- Created: 2021-11-08T03:30:45.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-10-10T00:02:29.000Z (about 1 year ago)
- Last Synced: 2024-06-30T11:34:59.422Z (5 months ago)
- Topics: rust, statusbar, window-manager, x11, x11-wm, xcb
- Language: Rust
- Homepage:
- Size: 984 KB
- Stars: 243
- Watchers: 5
- Forks: 12
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)