convertablet/README.md

662 B

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...