mirror of
https://github.com/swaywm/sway.git
synced 2025-11-09 13:29:49 -05:00
very basic IPC implementation
simply executes the received data as command
This commit is contained in:
parent
579fe70ed9
commit
8981b48cd2
3 changed files with 79 additions and 0 deletions
|
|
@ -9,6 +9,7 @@
|
|||
#include "config.h"
|
||||
#include "log.h"
|
||||
#include "handlers.h"
|
||||
#include "ipc.h"
|
||||
|
||||
static void sigchld_handle(int signal);
|
||||
|
||||
|
|
@ -99,6 +100,8 @@ int main(int argc, char **argv) {
|
|||
free(config_path);
|
||||
}
|
||||
|
||||
init_ipc();
|
||||
|
||||
wlc_run();
|
||||
if (devnull) {
|
||||
fclose(devnull);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue