From 47c55fae5c28b754edfbb151792fe737a1311d81 Mon Sep 17 00:00:00 2001 From: Thomas von Dein Date: Mon, 10 Nov 2025 21:08:03 +0100 Subject: [PATCH] apply patch https://github.com/TLINDEN/swayipc/pull/1 by --- v1/node.go | 2 ++ 1 file changed, 2 insertions(+) diff --git a/v1/node.go b/v1/node.go index 15c07ff..c181327 100644 --- a/v1/node.go +++ b/v1/node.go @@ -11,9 +11,11 @@ type Node struct { Id int `json:"id"` Type string `json:"type"` // output, workspace or container Name string `json:"name"` // workspace number or app name + Output string `json:"output"` Nodes []*Node `json:"nodes"` FloatingNodes []*Node `json:"floating_nodes"` Focused bool `json:"focused"` + Visible bool `json:"visible"` Urgent bool `json:"urgent"` Sticky bool `json:"sticky"` Border string `json:"border"`