mirror of
				https://codeberg.org/dwl/dwl.git
				synced 2025-11-03 09:01:45 -05:00 
			
		
		
		
	make rule examples a comment
This commit is contained in:
		
							parent
							
								
									245c3638ae
								
							
						
					
					
						commit
						f7fae6447b
					
				
					 1 changed files with 2 additions and 0 deletions
				
			
		| 
						 | 
					@ -10,8 +10,10 @@ static const char *tags[] = { "1", "2", "3", "4", "5", "6", "7", "8", "9" };
 | 
				
			||||||
 | 
					
 | 
				
			||||||
static const Rule rules[] = {
 | 
					static const Rule rules[] = {
 | 
				
			||||||
	/* app_id     title       tags mask     isfloating   monitor */
 | 
						/* app_id     title       tags mask     isfloating   monitor */
 | 
				
			||||||
 | 
						/* examples:
 | 
				
			||||||
	{ "Gimp",     NULL,       0,            1,           -1 },
 | 
						{ "Gimp",     NULL,       0,            1,           -1 },
 | 
				
			||||||
	{ "firefox",  NULL,       1 << 8,       0,           -1 },
 | 
						{ "firefox",  NULL,       1 << 8,       0,           -1 },
 | 
				
			||||||
 | 
						*/
 | 
				
			||||||
};
 | 
					};
 | 
				
			||||||
 | 
					
 | 
				
			||||||
/* layout(s) */
 | 
					/* layout(s) */
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue