wmload: Remove ">/dev/console" from default command to execute on click.
Otherwise, user may receive "permission denied" errors.
This commit is contained in:
		
							parent
							
								
									6ff9ad80f5
								
							
						
					
					
						commit
						615412876a
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
					@ -58,7 +58,7 @@ Window iconwin, win;       /* My home is my window */
 | 
				
			||||||
char *ProgName;
 | 
					char *ProgName;
 | 
				
			||||||
char *Geometry;
 | 
					char *Geometry;
 | 
				
			||||||
char *LedColor = "LightSeaGreen";
 | 
					char *LedColor = "LightSeaGreen";
 | 
				
			||||||
char Execute[] = "echo no program has been specified >/dev/console";
 | 
					char Execute[] = "echo no program has been specified";
 | 
				
			||||||
char *ERR_colorcells = "not enough free color cells\n";
 | 
					char *ERR_colorcells = "not enough free color cells\n";
 | 
				
			||||||
char *ampers = " &";
 | 
					char *ampers = " &";
 | 
				
			||||||
 | 
					
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in a new issue