└── README.md /README.md: -------------------------------------------------------------------------------- 1 | # QML XWayland 2 | 3 | **This module has been merged with [aurora-compositor](https://github.com/lirios/aurora-compositor).** 4 | 5 | ## Going back in time 6 | 7 | To inspect the code in the `develop` branch prior to its removal, follow these steps: 8 | 9 | ```sh 10 | git checkout -b my-develop develop~1 11 | ``` 12 | --------------------------------------------------------------------------------