Quickshell


I3IpcListener: QtObject

import Quickshell.I3

Example

I3IpcListener {
  subscriptions: ["input"]
  onIpcEvent: function (event) {
    handleInputEvent(event.data)
  }
}

Properties [?]

Signals [?]

  • ipcEvent(event)  

    Property eventI3Event

    No details provided