mirror of
				https://github.com/DreamMaoMao/maomaowm.git
				synced 2025-11-03 09:01:47 -05:00 
			
		
		
		
	opt: allow foucstack next when fullscreen client has children
This commit is contained in:
		
							parent
							
								
									8bd7f0e708
								
							
						
					
					
						commit
						f48c6573f5
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
				
			
			@ -192,7 +192,7 @@ focusstack(const Arg *arg) {
 | 
			
		|||
	Client *sel = focustop(selmon);
 | 
			
		||||
	Client *tc = NULL;
 | 
			
		||||
 | 
			
		||||
	if (!sel || sel->isfullscreen)
 | 
			
		||||
	if (!sel || (sel->isfullscreen && !client_has_children(sel)))
 | 
			
		||||
		return;
 | 
			
		||||
	if (arg->i == NEXT) {
 | 
			
		||||
		tc = get_next_stack_client(sel, false);
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue