turned on IPC by default, again, to test waybar script

This commit is contained in:
rozodru 2025-07-20 08:35:42 -04:00
parent 85c33c00bd
commit 05ced076fa
1 changed files with 1 additions and 1 deletions

2
nedm.c
View File

@ -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__