2 Commits

Author SHA1 Message Date
47c55fae5c apply patch https://github.com/TLINDEN/swayipc/pull/1 by 2025-11-10 21:08:03 +01:00
T. von Dein
1cde07a07b migrate to codeberg (#1) 2025-11-10 20:59:46 +01:00

View File

@@ -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"`