refactor: re-organize
This commit is contained in:
		
							parent
							
								
									c09bde1f8d
								
							
						
					
					
						commit
						ab0aea1d09
					
				
					 1 changed files with 1 additions and 5 deletions
				
			
		| 
						 | 
					@ -99,15 +99,11 @@ static Monitor *mons, *selmon;
 | 
				
			||||||
static Window root, wmcheckwin;
 | 
					static Window root, wmcheckwin;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
/* configuration, allows nested code to access above variables */
 | 
					/* configuration, allows nested code to access above variables */
 | 
				
			||||||
#include "config.h"
 | 
					#include "config/config.h"
 | 
				
			||||||
/* Layouts */
 | 
					/* Layouts */
 | 
				
			||||||
#include "layouts/layouts.h"
 | 
					#include "layouts/layouts.h"
 | 
				
			||||||
/* Movestack patch */
 | 
					/* Movestack patch */
 | 
				
			||||||
#include "movestack.c"
 | 
					#include "movestack.c"
 | 
				
			||||||
/* Keys bindings */
 | 
					 | 
				
			||||||
#include "keys/keys.h"
 | 
					 | 
				
			||||||
/* Mouse bindings */
 | 
					 | 
				
			||||||
#include "keys/mouse.h"
 | 
					 | 
				
			||||||
 | 
					
 | 
				
			||||||
struct Pertag {
 | 
					struct Pertag {
 | 
				
			||||||
    unsigned int curtag, prevtag; /* current and previous tag */
 | 
					    unsigned int curtag, prevtag; /* current and previous tag */
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue