mirror of
https://codeberg.org/scip/swayipc.git
synced 2026-02-04 18:30:57 +01:00
Compare commits
3 Commits
47c55fae5c
...
codeberg
| Author | SHA1 | Date | |
|---|---|---|---|
| e7844047c0 | |||
| 9ae7b4167e | |||
| 22835c081a |
@@ -11,11 +11,9 @@ type Node struct {
|
|||||||
Id int `json:"id"`
|
Id int `json:"id"`
|
||||||
Type string `json:"type"` // output, workspace or container
|
Type string `json:"type"` // output, workspace or container
|
||||||
Name string `json:"name"` // workspace number or app name
|
Name string `json:"name"` // workspace number or app name
|
||||||
Output string `json:"output"`
|
|
||||||
Nodes []*Node `json:"nodes"`
|
Nodes []*Node `json:"nodes"`
|
||||||
FloatingNodes []*Node `json:"floating_nodes"`
|
FloatingNodes []*Node `json:"floating_nodes"`
|
||||||
Focused bool `json:"focused"`
|
Focused bool `json:"focused"`
|
||||||
Visible bool `json:"visible"`
|
|
||||||
Urgent bool `json:"urgent"`
|
Urgent bool `json:"urgent"`
|
||||||
Sticky bool `json:"sticky"`
|
Sticky bool `json:"sticky"`
|
||||||
Border string `json:"border"`
|
Border string `json:"border"`
|
||||||
|
|||||||
Reference in New Issue
Block a user