| 
					
				 | 
			
			
				@@ -211,11 +211,10 @@ class Overlay: 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                 _x_walk_children_windows(self.xdisplay.screen().root), 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             ), 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             # relative x 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-            # won't work when using a reparenting window manager 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-            # https://stackoverflow.com/a/12854004/5894777 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-            # possible workaround: 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-            # http://science.su/stuff/so/print_frame_geometry_of_all_windows.py 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            # window managers reparent 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             key=lambda w: w.query_tree().parent.get_geometry().x, 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            # workaround to get absolute position: 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            # http://science.su/stuff/so/print_frame_geometry_of_all_windows.py 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         ) 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				  
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     def _update_active_key_registry(self, xkeyevent): 
			 |