Miracle is a Wayland tiling window manager built on Mir
Go to file
2023-02-25 12:57:18 -05:00
src Some renames 2023-02-25 12:57:18 -05:00
.gitignore Able to create a window that takes up the whole screen 2023-02-19 13:37:30 -05:00
CMakeLists.txt Some renames 2023-02-25 12:57:18 -05:00
generate-comple-json.sh Able to create a window that takes up the whole screen 2023-02-19 13:37:30 -05:00
LICENSE Initial commit 2023-02-18 12:04:19 -05:00
miral-terminal.sh taking the terminal emualtor as well 2023-02-18 14:53:50 -05:00
NOTES.md Barebones horizontal placement algorithm with a single zone 2023-02-19 16:41:25 -05:00
README.md Initial hello world commit 2023-02-18 12:06:27 -05:00
run.sh I have something functionng, time to dissect! 2023-02-19 12:57:46 -05:00

Mir Compositor

Buiding

mkdir build
cd build
cmake ..
make

Running

After building:

cd build/bin
./compositor.sh