feat(gs/system): Update xrandr layout for yeren
At some point I should just convert this into an option that gets set per-machine...but whatever. Change-Id: I745fc5126469e887f8657e990d14a7e8b5085330 Reviewed-on: https://cl.tvl.fyi/c/depot/+/2214 Reviewed-by: glittershark <grfn@gws.fyi> Tested-by: BuildkiteCI
This commit is contained in:
		
							parent
							
								
									6aa6151146
								
							
						
					
					
						commit
						0c24c62281
					
				
					 1 changed files with 5 additions and 3 deletions
				
			
		| 
						 | 
					@ -10,9 +10,11 @@ let
 | 
				
			||||||
  screenlayout = {
 | 
					  screenlayout = {
 | 
				
			||||||
    home = pkgs.writeShellScript "screenlayout_home.sh" ''
 | 
					    home = pkgs.writeShellScript "screenlayout_home.sh" ''
 | 
				
			||||||
      xrandr \
 | 
					      xrandr \
 | 
				
			||||||
        --output eDP1 --mode 3840x2160 --pos 0x0 --rotate normal \
 | 
					        --output eDP-1 --mode 1920x1200 --pos 0x2160 --rotate normal \
 | 
				
			||||||
        --output DP1 --primary --mode 3840x2160 --pos 0x2160 --rotate normal \
 | 
					        --output DP-1 --off \
 | 
				
			||||||
        --output DP2 --off --output DP3 --off --output VIRTUAL1 --off
 | 
					        --output DP-2 --off \
 | 
				
			||||||
 | 
					        --output DP-3 --mode 3840x2160 --pos 0x0 --rotate normal \
 | 
				
			||||||
 | 
					        --output DP-4 --off
 | 
				
			||||||
    '';
 | 
					    '';
 | 
				
			||||||
  };
 | 
					  };
 | 
				
			||||||
in {
 | 
					in {
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue