applied sanders patch
This commit is contained in:
		
							parent
							
								
									924a088812
								
							
						
					
					
						commit
						1836b6740d
					
				
					 2 changed files with 20 additions and 11 deletions
				
			
		
							
								
								
									
										18
									
								
								dwm.1
									
										
									
									
									
								
							
							
						
						
									
										18
									
								
								dwm.1
									
										
									
									
									
								
							|  | @ -47,16 +47,22 @@ and | |||
| .B floating | ||||
| mode. | ||||
| .TP | ||||
| .B Button2 | ||||
| click on a tag label adds/removes that | ||||
| .B tag | ||||
| to/from the focused | ||||
| .B window. | ||||
| .TP | ||||
| .B Button3 | ||||
| click on a tag label adds/removes all windows with that | ||||
| .B tag | ||||
| to/from the view. | ||||
| .TP | ||||
| .B Mod1-Button1 | ||||
| click on a tag label applies that | ||||
| .B tag | ||||
| to the focused | ||||
| .BR window . | ||||
| .TP | ||||
| .B Mod1-Button3 | ||||
| click on a tag label adds/removes that | ||||
| .B tag | ||||
| to/from the focused | ||||
| .BR window . | ||||
| .SS Keyboard commands | ||||
| .TP | ||||
| .B Mod1-Shift-Return | ||||
|  |  | |||
							
								
								
									
										9
									
								
								event.c
									
										
									
									
									
								
							
							
						
						
									
										9
									
								
								event.c
									
										
									
									
									
								
							|  | @ -111,12 +111,15 @@ buttonpress(XEvent *e) | |||
| 			if(ev->x < x) { | ||||
| 				switch(ev->button) { | ||||
| 				case Button1: | ||||
| 					if(ev->state & MODKEY) | ||||
| 						tag(&a); | ||||
| 					else | ||||
| 						view(&a); | ||||
| 					break; | ||||
| 				case Button2: | ||||
| 					toggletag(&a); | ||||
| 					break; | ||||
| 				case Button3: | ||||
| 					if(ev->state & MODKEY) | ||||
| 						toggletag(&a); | ||||
| 					else | ||||
| 						toggleview(&a); | ||||
| 					break; | ||||
| 				} | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Anselm R. Garbe
						Anselm R. Garbe