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
|
@ -58,7 +58,7 @@ Window iconwin, win; /* My home is my window */
|
|||
char *ProgName;
|
||||
char *Geometry;
|
||||
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 *ampers = " &";
|
||||
|
||||
|
|
Loading…
Reference in a new issue