refactor(niri): declared constructor
Move constructor from hpp to cpp to align with other modules Signed-off-by: Austin Horstman <khaneliman12@gmail.com>
This commit is contained in:
@ -20,6 +20,8 @@
|
||||
|
||||
namespace waybar::modules::niri {
|
||||
|
||||
IPC::IPC() { startIPC(); }
|
||||
|
||||
int IPC::connectToSocket() {
|
||||
const char* socket_path = getenv("NIRI_SOCKET");
|
||||
|
||||
|
||||
Reference in New Issue
Block a user