mirror of
https://cagebreak.project-repo.co/cagebreak.git
synced 2026-08-09 15:19:11 +02:00
Document default_mode in dump
This commit is contained in:
parent
432291f7e2
commit
0de9c50a70
1 changed files with 2 additions and 0 deletions
|
|
@ -190,6 +190,7 @@ cg-ipc{"event_name":"destroy_output","output":"HDMI-A-1"}
|
|||
- views_curr_id: id of the currently focussed view as an integer
|
||||
- tiles_curr_id: id of the currently focussed tile as in integer
|
||||
- curr_output: current output as a string
|
||||
- default_mode: name of the default mode as a string
|
||||
- modes: list of names of modes as strings
|
||||
- outputs: object of objects for each output
|
||||
- output name as string
|
||||
|
|
@ -227,6 +228,7 @@ cg-ipc{"event_name":"dump","nws":1,
|
|||
"views_curr_id":80,
|
||||
"tiles_curr_id":8,
|
||||
"curr_output":"eDP-1",
|
||||
"default_mode":"top",
|
||||
"modes":["top","root","resize"],
|
||||
"outputs": {"eDP-1": {
|
||||
"priority": -1,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue