Scripts, programs and configuration for making life easier on a Lenovo Miix running wayland/wlroots or other laptop-tablet convertibles
Go to file
2023-07-14 20:08:27 +02:00
daemon meta: Refactoring to make room for other parts of the project 2023-07-13 14:22:52 +02:00
wayland-protos meta: Refactoring to make room for other parts of the project 2023-07-13 14:22:52 +02:00
.clang-format Initial commit: Added current work 2023-07-11 17:55:43 +02:00
.gitignore meta: Refactoring to make room for other parts of the project 2023-07-13 14:22:52 +02:00
build.sh meta: Refactoring to make room for other parts of the project 2023-07-13 14:22:52 +02:00
README.md README: Added basic usage instructions 2023-07-14 20:08:27 +02:00

convertablet

Support for tablet-laptop convertible on wlroots-based compositors.

This project includes both a daemon for handling screen rotation and docking, and some configuration for other software

Installation

Daemon

  1. Get the code
git clone https://git.kemonomimi.gay/yukijoou/convertablet && cd convertablet
  1. Download and build the wayland extensions
cd wayland-protos/
./download_protocols.sh
./codegen.sh
cd ../
  1. Build the daemon
./build.sh
  1. Run it to try it out
./convertablet
  1. Copy it to /usr/local/bin & make it run at startup

Configurations

Still a work in progress...