import Quickshell.I3
I3IpcListener { subscriptions: ["input"] onIpcEvent: function (event) { handleInputEvent(event.data) } }
List of I3/Sway events to subscribe to.
Property event: I3Event