27 lines
		
	
	
		
			814 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			27 lines
		
	
	
		
			814 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
env = XCURSOR_SIZE,24
 | 
						|
env = HYPRCURSOR_SIZE,24
 | 
						|
 | 
						|
# See https://wiki.hyprland.org/Configuring/Dwindle-Layout/ for more
 | 
						|
dwindle {
 | 
						|
    pseudotile = true # Master switch for pseudotiling. Enabling is bound to mainMod + P in the keybinds section below
 | 
						|
    preserve_split = true # You probably want this
 | 
						|
}
 | 
						|
 | 
						|
# See https://wiki.hyprland.org/Configuring/Master-Layout/ for more
 | 
						|
master {
 | 
						|
    new_status = master
 | 
						|
}
 | 
						|
 | 
						|
# https://wiki.hyprland.org/Configuring/Variables/#misc
 | 
						|
misc {
 | 
						|
    force_default_wallpaper = 1 # Set to 0 or 1 to disable the anime mascot wallpapers
 | 
						|
    disable_hyprland_logo = true # If true disables the random hyprland logo / anime girl background. :(
 | 
						|
    disable_splash_rendering = true
 | 
						|
    font_family = "Maple Mono"
 | 
						|
    focus_on_activate = false
 | 
						|
}
 | 
						|
 | 
						|
xwayland {
 | 
						|
	enabled = true
 | 
						|
	force_zero_scaling = true
 | 
						|
} |