Skip to content

Commit 4714191

Browse files
committed
i3/ipc: implement IPC listener to receive arbitrary events
1 parent fc704e6 commit 4714191

File tree

14 files changed

+654
-478
lines changed

14 files changed

+654
-478
lines changed

src/x11/i3/ipc/CMakeLists.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@ qt_add_library(quickshell-i3-ipc STATIC
33
qml.cpp
44
workspace.cpp
55
monitor.cpp
6+
controller.cpp
7+
listener.cpp
68
)
79

810
qt_add_qml_module(quickshell-i3-ipc

0 commit comments

Comments
 (0)