IPC is now a socket

This commit is contained in:
vaxerski 2022-03-21 18:29:41 +01:00
parent 30ae4be181
commit 509f0c9a8a
5 changed files with 126 additions and 75 deletions

View file

@ -4,6 +4,7 @@
#include <fstream>
namespace HyprCtl {
void startHyprCtlSocket();
void tickHyprCtl();
inline std::ifstream requestStream;