mirror of
https://git.outfoxxed.me/quickshell/quickshell.git
synced 2026-04-10 06:11:54 +10:00
i3/ipc: implement IPC listener to receive arbitrary events
This commit is contained in:
parent
fdbb86a06a
commit
ab494dd982
14 changed files with 693 additions and 484 deletions
|
|
@ -7,12 +7,12 @@
|
|||
#include <qtmetamacros.h>
|
||||
#include <qtypes.h>
|
||||
|
||||
#include "connection.hpp"
|
||||
#include "controller.hpp"
|
||||
#include "monitor.hpp"
|
||||
|
||||
namespace qs::i3::ipc {
|
||||
|
||||
I3Workspace::I3Workspace(I3Ipc* ipc): QObject(ipc), ipc(ipc) {
|
||||
I3Workspace::I3Workspace(I3IpcController* ipc): QObject(ipc), ipc(ipc) {
|
||||
Qt::beginPropertyUpdateGroup();
|
||||
|
||||
this->bActive.setBinding([this]() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue