l xerxes.r: remove debug output

This commit is contained in:
lassulus 2020-01-11 20:41:03 +01:00
parent 149391d55e
commit 3367cc374a
1 changed files with 0 additions and 1 deletions

View File

@ -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)
'';