mirror of
https://codeberg.org/scip/swayipc.git
synced 2025-12-16 12:10:57 +01:00
apply patch https://github.com/TLINDEN/swayipc/pull/1 by
This commit is contained in:
@@ -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"`
|
||||
|
||||
Reference in New Issue
Block a user