mirror of
				https://github.com/swaywm/sway.git
				synced 2025-11-03 09:01:43 -05:00 
			
		
		
		
	Focus ws inactive node with focus_follows_mouse
This commit is contained in:
		
							parent
							
								
									743d345383
								
							
						
					
					
						commit
						130626a5db
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
				
			
			@ -362,7 +362,7 @@ void cursor_send_pointer_motion(struct sway_cursor *cursor, uint32_t time_msec,
 | 
			
		|||
			struct sway_output *focused_output = node_get_output(focus);
 | 
			
		||||
			struct sway_output *output = node_get_output(node);
 | 
			
		||||
			if (output != focused_output) {
 | 
			
		||||
				seat_set_focus(seat, node);
 | 
			
		||||
				seat_set_focus(seat, seat_get_focus_inactive(seat, node));
 | 
			
		||||
			}
 | 
			
		||||
		} else if (node->type == N_CONTAINER && node->sway_container->view) {
 | 
			
		||||
			// Focus node if the following are true:
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue