forked from quickshell/quickshell
core/ipc: add ipc server/client
Currently can only kill a remote instance.
This commit is contained in:
parent
13b6eeaa22
commit
da043e092a
14 changed files with 710 additions and 120 deletions
|
@ -41,8 +41,9 @@ qt_add_library(quickshell-core STATIC
|
|||
clock.cpp
|
||||
logging.cpp
|
||||
paths.cpp
|
||||
crashinfo.cpp
|
||||
instanceinfo.cpp
|
||||
common.cpp
|
||||
ipc.cpp
|
||||
)
|
||||
|
||||
if (CRASH_REPORTER)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue