feat(hyprland): add commented out screen resolutions for Moonlight
Add a screen resolution for when logging in remotely from Moonlight, namely from my Thinkpad x220 and my FydeTab Duo.
This commit is contained in:
		
							parent
							
								
									f4e805677e
								
							
						
					
					
						commit
						02178cce00
					
				@ -20,7 +20,6 @@ in {
 | 
				
			|||||||
    emacsPkg = mkOption {
 | 
					    emacsPkg = mkOption {
 | 
				
			||||||
      type = types.package;
 | 
					      type = types.package;
 | 
				
			||||||
      default = config.home.dev.editors.emacs.package or pkgs.emacs;
 | 
					      default = config.home.dev.editors.emacs.package or pkgs.emacs;
 | 
				
			||||||
      # default = pkgs.emacs;
 | 
					 | 
				
			||||||
      example = pkgs.emacs;
 | 
					      example = pkgs.emacs;
 | 
				
			||||||
    };
 | 
					    };
 | 
				
			||||||
    host = mkOption {
 | 
					    host = mkOption {
 | 
				
			||||||
@ -63,6 +62,8 @@ in {
 | 
				
			|||||||
            "marpa" = [
 | 
					            "marpa" = [
 | 
				
			||||||
              "DP-1, 3440x1440@144, 1080x550, 1"
 | 
					              "DP-1, 3440x1440@144, 1080x550, 1"
 | 
				
			||||||
              "DP-2, 2560x1080@60, 0x0, 1, transform, 1"
 | 
					              "DP-2, 2560x1080@60, 0x0, 1, transform, 1"
 | 
				
			||||||
 | 
					              # "DP-2, 1366x768@60, 0x0, 1"
 | 
				
			||||||
 | 
					              # "DP-2, 1829x1143@60, 0x0, 1"
 | 
				
			||||||
            ];
 | 
					            ];
 | 
				
			||||||
            "gampo" = [];
 | 
					            "gampo" = [];
 | 
				
			||||||
          }."${cfg.host}";
 | 
					          }."${cfg.host}";
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user