From f6826c9a5c53d48e9087a1b3fc298e79f0dfd83d Mon Sep 17 00:00:00 2001 From: oggy- Date: Sat, 27 Sep 2014 15:00:49 +0200 Subject: [PATCH] Update README.md --- README.md | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 406a33c..19751d0 100644 --- a/README.md +++ b/README.md @@ -3,8 +3,11 @@ thinkpad-yoga-rotate A small utility script to automatically rotate the screen of Thinkpad Yoga in Linux, when switching to or from the tablet mode. Relies on acpid and xrandr. -The Arch Linux package is in the subfolder. For non-Arch users, just copy: - - `tablet-mode` into `/etc/acpi/events` - - `rotate-screen.sh` into `/etc/acpi/actions` +The Arch Linux package is in the subfolder, and also available on AUR as thinkpad-yoga-rotate. You need to restart acpid after installing the package. + +For non-Arch users: + - copy `tablet-mode` into `/etc/acpi/events` + - copy `rotate-screen.sh` into `/etc/acpi/actions` and make it executable (`chmod +x /etc/acpi/actions/rotate-screen.sh`) + - restart acpid **Note**: this package assumes that the Wacom input is automatically rotated with the screen. This seems to be the case with Gnome 3.12 by default, and can be set in KDE using kcm-wacomtablet.