Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rumpl/miniwm
https://github.com/rumpl/miniwm
Last synced: 15 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/rumpl/miniwm
- Owner: rumpl
- License: mit
- Created: 2022-12-27T21:11:38.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-01-14T16:33:46.000Z (about 2 years ago)
- Last Synced: 2024-11-25T01:25:34.950Z (3 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)