forked from quickshell/quickshell
i3/ipc: fix workspace and monitor focus being unset on launch
This commit is contained in:
parent
2028766e61
commit
14aa1793df
5 changed files with 26 additions and 9 deletions
|
|
@ -89,7 +89,7 @@ public:
|
|||
static QByteArray buildRequestMessage(EventCode cmd, const QByteArray& payload = QByteArray());
|
||||
|
||||
I3Workspace* findWorkspaceByName(const QString& name);
|
||||
I3Monitor* findMonitorByName(const QString& name);
|
||||
I3Monitor* findMonitorByName(const QString& name, bool createIfMissing = false);
|
||||
I3Workspace* findWorkspaceByID(qint32 id);
|
||||
|
||||
void setFocusedMonitor(I3Monitor* monitor);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue