You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently the command i3-msg -t get_tree provides the field scratchpad_state that is useful in identifying windows that are currently shown but still considered to be in the scratchpad. This field is not present/unmarshalled into i3.Node.
I believe adding this line to the Node struct definition would suffice.
ScratchpadState string `json:"scratchpad_state"`
The text was updated successfully, but these errors were encountered:
This package only implements what is documented (and hence stable) in the ipc docs, for the GET_TREE request specifically the reply is https://i3wm.org/docs/ipc.html#_tree_reply
Currently the command
i3-msg -t get_tree
provides the fieldscratchpad_state
that is useful in identifying windows that are currently shown but still considered to be in the scratchpad. This field is not present/unmarshalled into i3.Node.I believe adding this line to the Node struct definition would suffice.
The text was updated successfully, but these errors were encountered: