using execl now, argv changed, using cmd and const char defs directly in the KEYS struct
This commit is contained in:
parent
0dfe729f90
commit
9955ddc978
4 changed files with 18 additions and 18 deletions
2
dwm.h
2
dwm.h
|
@ -17,7 +17,7 @@ typedef struct DC DC;
|
|||
typedef struct Fnt Fnt;
|
||||
|
||||
union Arg {
|
||||
const char **argv;
|
||||
const char *cmd;
|
||||
int i;
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue