From e5eb9b34caa44772aaefb71bc71ac86339694573 Mon Sep 17 00:00:00 2001 From: privacy1st Date: Wed, 29 Sep 2021 18:38:02 +0200 Subject: [PATCH 1/2] Update 'pkg/de-p1st-rotate/etc/de-p1st-rotate/config.cfg' --- pkg/de-p1st-rotate/etc/de-p1st-rotate/config.cfg | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pkg/de-p1st-rotate/etc/de-p1st-rotate/config.cfg b/pkg/de-p1st-rotate/etc/de-p1st-rotate/config.cfg index 1166210..4dbdad5 100644 --- a/pkg/de-p1st-rotate/etc/de-p1st-rotate/config.cfg +++ b/pkg/de-p1st-rotate/etc/de-p1st-rotate/config.cfg @@ -1,7 +1,8 @@ # The screen to rotate SCREEN=eDP-1 # other values could be "eDP1" or "HDMI1" -# xinput devices to rotate together with the screen +# xinput devices to rotate together with the screen. +# One can list all xinput devices with "xinput --list". DEVICES=() #DEVICES+=( 'pointer:Wacom Pen and multitouch sensor Finger touch' ) # LenovoYoga460 #DEVICES+=( 'pointer:Wacom Pen and multitouch sensor Pen stylus' ) # LenovoYoga460 From f4f29160cfd3e9bbf0d1b3f97d7c965bec9519f4 Mon Sep 17 00:00:00 2001 From: privacy1st Date: Wed, 29 Sep 2021 18:38:46 +0200 Subject: [PATCH 2/2] Update 'pkg/de-p1st-rotate/etc/de-p1st-rotate/config.cfg' --- pkg/de-p1st-rotate/etc/de-p1st-rotate/config.cfg | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pkg/de-p1st-rotate/etc/de-p1st-rotate/config.cfg b/pkg/de-p1st-rotate/etc/de-p1st-rotate/config.cfg index 4dbdad5..954eb68 100644 --- a/pkg/de-p1st-rotate/etc/de-p1st-rotate/config.cfg +++ b/pkg/de-p1st-rotate/etc/de-p1st-rotate/config.cfg @@ -1,4 +1,5 @@ -# The screen to rotate +# The screen to rotate. +# One can list all screens with "xrandr --listmonitors". SCREEN=eDP-1 # other values could be "eDP1" or "HDMI1" # xinput devices to rotate together with the screen.