diff options
author | lassulus <lassulus@lassul.us> | 2020-01-11 20:41:03 +0100 |
---|---|---|
committer | lassulus <lassulus@lassul.us> | 2020-01-11 20:41:03 +0100 |
commit | 3367cc374a6739331681032427b2f53197537251 (patch) | |
tree | fb82117ac13ba3b9ab913dd015e6d8209fc84db2 /lass/1systems/xerxes/physical.nix | |
parent | 149391d55e39fae5488a719258c8e7cdeb807ebf (diff) |
l xerxes.r: remove debug output
Diffstat (limited to 'lass/1systems/xerxes/physical.nix')
-rw-r--r-- | lass/1systems/xerxes/physical.nix | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lass/1systems/xerxes/physical.nix b/lass/1systems/xerxes/physical.nix index 2e9e62a87..5a6f07215 100644 --- a/lass/1systems/xerxes/physical.nix +++ b/lass/1systems/xerxes/physical.nix @@ -66,7 +66,6 @@ services.xserver = { videoDrivers = [ "intel" ]; 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 "pointer:Goodix Capacitive TouchScreen" --type=float "Coordinate Transformation Matrix" 0 1 0 -1 0 1 0 0 1) ''; |