mirror of
				https://github.com/ItsDrike/hyprland-dwindle-autogroup.git
				synced 2025-11-04 09:26:37 +00:00 
			
		
		
		
	
							parent
							
								
									45bd262c69
								
							
						
					
					
						commit
						be911a842c
					
				
					 1 changed files with 6 additions and 0 deletions
				
			
		| 
						 | 
				
			
			@ -97,6 +97,12 @@ void newCreateGroup(CWindow* self)
 | 
			
		|||
        return;
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
    // Skip floating windows
 | 
			
		||||
    if (self->m_bIsFloating) {
 | 
			
		||||
        Debug::log(LOG, "[dwindle-autogroup] Ignoring autogroup for floating window");
 | 
			
		||||
        return;
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
    Debug::log(LOG, "[dwindle-autogroup] Triggered createGroup for {:x}", self);
 | 
			
		||||
 | 
			
		||||
    // Obtain an instance of the dwindle layout, also run some general pre-conditions
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue