15 lines
		
	
	
	
		
			341 B
		
	
	
	
		
			Nix
		
	
	
	
	
	
			
		
		
	
	
			15 lines
		
	
	
	
		
			341 B
		
	
	
	
		
			Nix
		
	
	
	
	
	
{
 | 
						|
  wayland.windowManager.hyprland.settings.misc = {
 | 
						|
    mouse_move_enables_dpms = true;
 | 
						|
    key_press_enables_dpms = true;
 | 
						|
    disable_hyprland_logo = true;
 | 
						|
    disable_splash_rendering = true;
 | 
						|
 | 
						|
    enable_swallow = true;
 | 
						|
 | 
						|
    # TODO: use terminal/file-explorer module
 | 
						|
    swallow_regex = "foot|nemo";
 | 
						|
 | 
						|
    focus_on_activate = true;
 | 
						|
  };
 | 
						|
}
 |