package sway type EventType string const ( EventTypeWindow EventType = "window" EventTypeWorkspace EventType = "workspace" // TODO )