mirror of
				https://github.com/leahneukirchen/cwm.git
				synced 2023-08-10 21:13:12 +03:00 
			
		
		
		
	full screen sized windows
ok matthieu@
This commit is contained in:
		
							
								
								
									
										2
									
								
								calmwm.h
									
									
									
									
									
								
							
							
						
						
									
										2
									
								
								calmwm.h
									
									
									
									
									
								
							| @@ -192,7 +192,7 @@ TAILQ_HEAD(xevent_q, xevent); | ||||
| enum kbtype { | ||||
| 	KB_DELETE, KB_NEWTERM0, KB_NEWTERM1, KB_HIDE, | ||||
| 	KB_LOWER, KB_RAISE, KB_SEARCH, KB_CYCLE, KB_LABEL, | ||||
| 	KB_GROUPSELECT, KB_VERTMAXIMIZE, | ||||
| 	KB_GROUPSELECT, KB_VERTMAXIMIZE, KB_MAXIMIZE, | ||||
|  | ||||
| 	/* Group numbers need to be in order. */ | ||||
| 	KB_GROUP_1, KB_GROUP_2, KB_GROUP_3, KB_GROUP_4, KB_GROUP_5, | ||||
|   | ||||
							
								
								
									
										4
									
								
								conf.c
									
									
									
									
									
								
							
							
						
						
									
										4
									
								
								conf.c
									
									
									
									
									
								
							| @@ -229,6 +229,8 @@ conf_setup(struct conf *c) | ||||
| 		    XK_Right, Mod1Mask, 0, 0); | ||||
| 		conf_bindkey(c, kbfunc_client_prevgroup, | ||||
| 		    XK_Left, Mod1Mask, 0, 0); | ||||
|                 conf_bindkey(c, kbfunc_client_maximize, | ||||
| 		    XK_f, ControlMask|Mod1Mask, KBFLAG_NEEDCLIENT, 0); | ||||
| 		conf_bindkey(c, kbfunc_client_vmaximize, | ||||
| 		    XK_equal, ControlMask|Mod1Mask, KBFLAG_NEEDCLIENT, 0); | ||||
|         } | ||||
| @@ -410,7 +412,7 @@ conf_parsekeys(struct conf *c, char *filename) | ||||
|  | ||||
| 		substring = strchr(ent->d_name, '-') + 1; | ||||
|  | ||||
| 		// if there is no '-' in name, continue as is | ||||
| 		/* If there is no '-' in name, continue as is */ | ||||
| 		if (strchr(ent->d_name, '-') == NULL) | ||||
| 			substring = ent->d_name; | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 jasper
					jasper