diff options
| author | Mitchell Riedstra <mitch@riedstra.dev> | 2021-10-29 23:56:48 -0400 |
|---|---|---|
| committer | Mitchell Riedstra <mitch@riedstra.dev> | 2021-10-29 23:56:48 -0400 |
| commit | 7cde3ec842070c0cabd0e796789856ed745483fa (patch) | |
| tree | 4d78eaefd007deee9985997e07c0f5fac7889da2 /selfrestart.c | |
| parent | 061085232ef35f956316812806875331f175acf7 (diff) | |
| download | dwm-7cde3ec842070c0cabd0e796789856ed745483fa.tar.gz dwm-7cde3ec842070c0cabd0e796789856ed745483fa.tar.xz | |
Update passcommands, screenshooter and add ddmenu
Diffstat (limited to 'selfrestart.c')
| -rw-r--r-- | selfrestart.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/selfrestart.c b/selfrestart.c index 1157d29..47f2690 100644 --- a/selfrestart.c +++ b/selfrestart.c @@ -5,9 +5,5 @@ void self_restart(const Arg *arg) { char *const argv[] = {"dwm", NULL}; - if(argv[0] == NULL){ - return; - } - execvp(argv[0], argv); } |
