mirror of
				https://github.com/swaywm/sway.git
				synced 2025-11-03 09:01:43 -05:00 
			
		
		
		
	Remove logging of all key presess
This makes the logs a bit too hard to read
This commit is contained in:
		
							parent
							
								
									057d2e529d
								
							
						
					
					
						commit
						2dabca03f4
					
				
					 1 changed files with 0 additions and 3 deletions
				
			
		| 
						 | 
				
			
			@ -322,9 +322,6 @@ static bool handle_key(wlc_handle view, uint32_t time, const struct wlc_modifier
 | 
			
		|||
	}
 | 
			
		||||
	bool cmd_success = false;
 | 
			
		||||
 | 
			
		||||
	sway_log(L_DEBUG, "modifier %x: state %d: key %d, sym: %d",
 | 
			
		||||
			modifiers->mods, state, key, sym);
 | 
			
		||||
 | 
			
		||||
	//Revert floating container back to original position on keypress
 | 
			
		||||
	if (state == WLC_KEY_STATE_PRESSED && (dragging || resizing)) {
 | 
			
		||||
		reset_floating(get_focused_view(&root_container));
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue