Skip to content

Commit

Permalink
ipc: document scratchpad_state
Browse files Browse the repository at this point in the history
fixes i3#4465
  • Loading branch information
stapelberg committed Jul 30, 2021
1 parent fee005b commit 97c0aa5
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
1 change: 1 addition & 0 deletions RELEASE-NOTES-next
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ option is enabled and only then sets a screenshot as background.
└────────────────────────────┘

• default config: use dex for XDG autostart
• docs/ipc: document scratchpad_state
• i3-nagbar: position on focused monitor by default
• i3-nagbar: add option to position on primary monitor
• alternate focusing tab/stack children-parent containers by clicking on their titlebars
Expand Down
5 changes: 4 additions & 1 deletion docs/ipc
Original file line number Diff line number Diff line change
Expand Up @@ -450,12 +450,15 @@ fullscreen_mode (integer)::
floating (string)::
Floating state of container.
Can be either "auto_on", "auto_off", "user_on" or "user_off"

nodes (array of node)::
The tiling (i.e. non-floating) child containers of this node.
floating_nodes (array of node)::
The floating child containers of this node. Only non-empty on nodes with
type +workspace+.
scratchpad_state (string)::
Whether the window is not in the scratchpad ("none"), freshly moved to
the scratchpad but not yet resized ("fresh") or moved to the scratchpad
and resized ("changed").

Please note that in the following example, I have left out some keys/values
which are not relevant for the type of the node. Otherwise, the example would
Expand Down

0 comments on commit 97c0aa5

Please sign in to comment.