diff options
author | lassulus <lass@xerxes.r> | 2019-10-14 15:09:41 +0200 |
---|---|---|
committer | lassulus <lass@xerxes.r> | 2019-10-14 15:09:41 +0200 |
commit | a8f4def177be2350a2092f1ee8cd5a9fd1b43656 (patch) | |
tree | 79ad09db093be12a32d053255c512583796c414e /lass/1systems | |
parent | 47ee17bccba782c22ba273bf8d3abc1f2b00eee8 (diff) |
l xerxes.r: fix touchscreen orientation
Diffstat (limited to 'lass/1systems')
-rw-r--r-- | lass/1systems/xerxes/physical.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lass/1systems/xerxes/physical.nix b/lass/1systems/xerxes/physical.nix index 6951e3371..77cf2206b 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) ''; }; } |