Commit 131ace8f470a

Vincent Demeester <vincent@sbr.pm>
2019-01-11 14:23:14
shikoku: new output layout
Signed-off-by: Vincent Demeester <vincent@sbr.pm>
1 parent 9a6da95
Changed files (1)
machine/shikoku.nix
@@ -61,7 +61,7 @@ with import ../assets/machines.nix; {
       videoDrivers = [ "nvidia" ];
       displayManager = {
         sessionCommands = ''
-          xrandr --output DP-2 --auto --left-of DP-4 --output DP-4 --auto &
+          xrandr --output HDMI-0 --primary --mode 3440x1440 --pos 0x424 --rotate normal--output DP-0 --mode 2560x1440 --pos 3440x0 --rotate right
         '';
       };
       dpi = 96;