From e32fc6eda17578353d9ec6489d13debfa20c1383 Mon Sep 17 00:00:00 2001 From: Pavel 'LEdoian' Turinsky Date: Tue, 8 Sep 2020 13:16:25 +0200 Subject: [PATCH] Initialize repo, add README --- README | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 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 :-)