19 lines
		
	
	
		
			947 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			19 lines
		
	
	
		
			947 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| # ┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓
 | |
| # ┃                     Monitor Configuration                   ┃
 | |
| # ┗━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┛
 | |
| 
 | |
| # Monitor wiki https://wiki.hyprland.org/0.45.0/Configuring/Monitors/
 | |
| 
 | |
| monitor = eDP-2, highres@highrr, 0x0, 1, vrr, 0
 | |
| monitor = DP-2, highres@highrr, auto-left, 1, vrr, 0
 | |
| 
 | |
| monitor = HDMI-A-1, highres@highrr, auto-left, 1, transform, 1
 | |
| 
 | |
| # If you need to scale things like steam etc, please uncomment these lines.
 | |
| # Adjust GDK_SCALE accordingly to your liking.
 | |
| #xwayland {
 | |
| #  force_zero_scaling = true       # Unscale XWayland
 | |
| #}
 | |
| 
 | |
| #env = GDK_SCALE, 1.25                   # GDK Scaling Factor
 |