some cleanup
This commit is contained in:
		@@ -71,14 +71,13 @@ setanselmgeoms(void) {
 | 
			
		||||
	moy = my;
 | 
			
		||||
	mow = mw;
 | 
			
		||||
	moh = mh;
 | 
			
		||||
 | 
			
		||||
	updatebarpos();
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
void
 | 
			
		||||
anselmgeoms(const char *arg) {
 | 
			
		||||
	setgeoms = setanselmgeoms;
 | 
			
		||||
	setgeoms();
 | 
			
		||||
	updatebarpos();
 | 
			
		||||
	setlayout("[]|");
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
@@ -86,6 +85,7 @@ void
 | 
			
		||||
defgeoms(const char *arg) {
 | 
			
		||||
	setgeoms = setdefaultgeoms;
 | 
			
		||||
	setgeoms();
 | 
			
		||||
	updatebarpos();
 | 
			
		||||
	setlayout("[]=");
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user