https://github.com/rumpl/miniwm
https://github.com/rumpl/miniwm
Last synced: 8 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/rumpl/miniwm
- Owner: rumpl
- License: mit
- Created: 2022-12-27T21:11:38.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-01-14T16:33:46.000Z (over 3 years ago)
- Last Synced: 2025-08-27T10:39:19.241Z (10 months ago)
- Language: Rust
- Size: 22.5 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# miniwm
Simple minimal window manager that can slap a new window on your screen
To test it you need to build it first
```console
$ cargo build
```
In one terminal run Xephyr and the window manager
```console
$ sudo Xephyr :1 -ac -br -noreset -screen 800x600
$ DISPLAY=:1 ./target/debug/miniwm
```
And then finally run some application
```console
$ DISPLAY=:1 urxvt
```
You should see the urxvt terminal in the Xephyr screen and some logs in the first terminal (where you ran miniwm)