Commit 47dc3df7d56a

Vincent Demeester <vincent@sbr.pm>
2019-01-11 14:31:38
shikoku: remove comment 👼
Signed-off-by: Vincent Demeester <vincent@sbr.pm>
1 parent db937fe
Changed files (1)
machine/shikoku.nix
@@ -63,13 +63,6 @@ with import ../assets/machines.nix; {
         { output = "HDMI-0"; primary = true; }
         { output = "DP-0"; monitorConfig = "Option \"Rotate\" \"right\""; }
       ];
-      /*
-      displayManager = {
-        sessionCommands = ''
-          xrandr --output HDMI-0 --primary --mode 3440x1440 --pos 0x424 --rotate normal--output DP-0 --mode 2560x1440 --pos 3440x0 --rotate right
-        '';
-      };
-      */
       dpi = 96;
     };
   };