21 lines
		
	
	
		
			713 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			21 lines
		
	
	
		
			713 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
# See https://wiki.hyprland.org/Configuring/Monitors/
 | 
						|
# List current monitors and resolutions possible: hyprctl monitors
 | 
						|
# Format: monitor = [port], resolution, position, scale
 | 
						|
# You must relaunch Hyprland after changing any envs (use Super+Esc, then Relaunch)
 | 
						|
 | 
						|
env = GDK_SCALE,1
 | 
						|
monitor=eDP-1,1920x1080,auto,1
 | 
						|
monitor=,preferred,auto,auto
 | 
						|
 | 
						|
# Good compromise for 27" or 32" 4K monitors (but fractional!)
 | 
						|
# env = GDK_SCALE,1.75
 | 
						|
# monitor=,preferred,auto,1.666667
 | 
						|
 | 
						|
# Straight 1x setup for low-resolution displays like 1080p or 1440p
 | 
						|
# env = GDK_SCALE,1
 | 
						|
# monitor=,preferred,auto,1
 | 
						|
 | 
						|
# Example for Framework 13 w/ 6K XDR Apple display
 | 
						|
# monitor = DP-5, 6016x3384@60, auto, 2
 | 
						|
# monitor = eDP-1, 2880x1920@120, auto, 2
 |