add patch to disable window title
This commit is contained in:
		
				
					committed by
					
						
						Raphael Robatsch
					
				
			
			
				
	
			
			
			
						parent
						
							9cdbf5f56f
						
					
				
				
					commit
					af73bc3996
				
			
							
								
								
									
										15
									
								
								contrib/disable-window-title.patch
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										15
									
								
								contrib/disable-window-title.patch
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,15 @@
 | 
			
		||||
From: Sam Nystrom <samuel.l.nystrom@gmail.com>
 | 
			
		||||
Date: Sat, 4 Mar 2023 17:38:12 -0500
 | 
			
		||||
Description: disable window title
 | 
			
		||||
diff --git a/src/bar.cpp b/src/bar.cpp
 | 
			
		||||
index 507ce62..1b6f771 100644
 | 
			
		||||
--- a/src/bar.cpp
 | 
			
		||||
+++ b/src/bar.cpp
 | 
			
		||||
@@ -227,7 +227,6 @@ void Bar::render()
 | 
			
		||||
 	renderTags();
 | 
			
		||||
 	setColorScheme(_selected ? colorActive : colorInactive);
 | 
			
		||||
 	renderComponent(_layoutCmp);
 | 
			
		||||
-	renderComponent(_titleCmp);
 | 
			
		||||
 	renderStatus();
 | 
			
		||||
 
 | 
			
		||||
 	_painter = nullptr;
 | 
			
		||||
		Reference in New Issue
	
	Block a user