screen rotation daemon
Go to file
Derrick McKee 0b3b48967f incorporating rotation algorithm update 2019-12-31 16:39:09 -05:00
src incorporating rotation algorithm update 2019-12-31 16:39:09 -05:00
.gitignore 🌱 2019-05-18 22:27:15 +02:00
Cargo.lock 🔖 v0.1.2 2019-09-14 17:52:59 +02:00
Cargo.toml adding name to Cargo.toml 2019-12-27 10:12:42 -05:00
LICENSE add LICENSE 2019-08-16 20:23:42 +02:00
README.md adding keyboard deactivation upon rotation 2019-12-27 10:03:55 -05:00

README.md

rot8

automatic display rotation using built-in accelerometer

Automatic rotate modern Linux desktop screen and input devices. Handy for convertible touchscreen notebooks like the Kaby Lake model of the HP Spectre x360.

Compatible with sway and X11.

Available in the Arch User Repository: rot8-git.

Rust language and the cargo package manager are required to build the binary.

$ git clone https://github.com/efernau/rot8
$ cd rot8 && cargo build --release
$ cp target/release/rot8  /usr/bin/rot8

or

$ cargo install rot8

For Sway map your input to the output device:


$ swaymsg <INPUTDEVICE> map_to_output <OUTPUTDEVICE>

Call rot8 from sway configuration file ~/.config/sway/config:


exec rot8

For X11 set Touchscreen Device


rot8 --touchscreen <TOUCHSCREEN>

there are the following args.


--sleep // Set sleep millis (500)
--display // Set Display Device (eDP-1)
--touchscreen // Set Touchscreen Device X11 (ELAN0732:00 04F3:22E1)
--keyboard // Set keyboard to deactivate upon rotation