Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/rumpl/miniwm


https://github.com/rumpl/miniwm

Last synced: 15 days ago
JSON representation

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)