mirror of
https://cagebreak.project-repo.co/cagebreak.git
synced 2026-08-23 14:04:19 +02:00
Add socket doc
This commit is contained in:
parent
642bc148ca
commit
facd4225d6
1 changed files with 2 additions and 0 deletions
|
|
@ -226,6 +226,7 @@ cg-ipc{"event_name":"destroy_output","output":"HDMI-A-1","output_id":2}
|
|||
- coords: object of x and y coordinates of output
|
||||
- size: object of width and height as integers
|
||||
- refresh_rate: refresh rate as float
|
||||
- permanent: 0 if peripheral, 1 if permanent
|
||||
- curr_workspace: current workspace as an integer
|
||||
- workspaces: list of objects for each workspace
|
||||
- views: list of objects for each view
|
||||
|
|
@ -263,6 +264,7 @@ cg-ipc{"event_name":"dump","nws":1,
|
|||
"coords": {"x":0,"y":0},
|
||||
"size": {"width":2560,"height":1440},
|
||||
"refresh_rate": 60.012000,
|
||||
"permanent": 0
|
||||
"curr_workspace": 0,
|
||||
"workspaces": [{"views": [{
|
||||
"id": 16,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue