9 lines
		
	
	
		
			125 B
		
	
	
	
		
			C
		
	
	
	
	
	
			
		
		
	
	
			9 lines
		
	
	
		
			125 B
		
	
	
	
		
			C
		
	
	
	
	
	
| void
 | |
| togglenomodbuttons(const Arg *arg)
 | |
| {
 | |
| 	nomodbuttons = !nomodbuttons;
 | |
| 	if (selmon->sel)
 | |
| 		grabbuttons(selmon->sel, 1);
 | |
| }
 | |
| 
 |