turned on IPC by default, again, to test waybar script
This commit is contained in:
parent
85c33c00bd
commit
05ced076fa
2
nedm.c
2
nedm.c
|
@ -199,7 +199,7 @@ static bool
|
|||
parse_args(struct nedm_server *server, int argc, char *argv[],
|
||||
char **config_path) {
|
||||
int c, option_index;
|
||||
server->enable_socket = false;
|
||||
server->enable_socket = true;
|
||||
static struct option long_options[] = {{"bs", no_argument, 0, 0},
|
||||
{0, 0, 0, 0}};
|
||||
#ifndef __clang_analyzer__
|
||||
|
|
Loading…
Reference in New Issue