summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorlassulus <lass@xerxes.r>2019-10-14 15:09:41 +0200
committerlassulus <lass@xerxes.r>2019-10-14 15:09:41 +0200
commita8f4def177be2350a2092f1ee8cd5a9fd1b43656 (patch)
tree79ad09db093be12a32d053255c512583796c414e
parent47ee17bccba782c22ba273bf8d3abc1f2b00eee8 (diff)
l xerxes.r: fix touchscreen orientation
-rw-r--r--lass/1systems/xerxes/physical.nix2
1 files changed, 1 insertions, 1 deletions
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)
'';
};
}