From a8f4def177be2350a2092f1ee8cd5a9fd1b43656 Mon Sep 17 00:00:00 2001 From: lassulus Date: Mon, 14 Oct 2019 15:09:41 +0200 Subject: l xerxes.r: fix touchscreen orientation --- lass/1systems/xerxes/physical.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lass/1systems/xerxes/physical.nix b/lass/1systems/xerxes/physical.nix index 6951e337..77cf2206 100644 --- a/lass/1systems/xerxes/physical.nix +++ b/lass/1systems/xerxes/physical.nix @@ -76,7 +76,7 @@ displayManager.sessionCommands = '' echo nonono > /tmp/xxyy (sleep 2 && ${pkgs.xorg.xrandr}/bin/xrandr --output eDP1 --rotate right) - (sleep 2 && ${pkgs.xorg.xinput}/bin/xinput set-prop 'Goodix Capacitive TouchScreen' 'Coordinate Transformation Matrix' 0 1 0 -1 0 1 0 0 1) + (sleep 2 && ${pkgs.xorg.xinput}/bin/xinput set-prop "pointer:Goodix Capacitive TouchScreen" --type=float "Coordinate Transformation Matrix" 0 1 0 -1 0 1 0 0 1) ''; }; } -- cgit v1.2.3