commit e32fc6eda17578353d9ec6489d13debfa20c1383 Author: Pavel 'LEdoian' Turinsky Date: Tue Sep 8 13:16:25 2020 +0200 Initialize repo, add README diff --git a/README b/README new file mode 100644 index 0000000..f0b520d --- /dev/null +++ b/README @@ -0,0 +1,14 @@ +Display Rotation Tool +=== + +A very simple C program, that just rotates the X11 screen 90 degrees +counter-clockwise. + +The main use case is to hook it up on a button to rotate my T101MT in tablet +mode without having to reach the keyboard. + +### Do I know, what I am doing? + +No, but I can easily know if it works. Also, a tutorial +(https://tronche.com/gui/x/xlib-tutorial/2nd-program-anatomy.html) and +Xrandr(3) man page probably know :-)