Skip to content

Commit

Permalink
toplevel-info: Add sticky state
Browse files Browse the repository at this point in the history
  • Loading branch information
Drakulix committed Sep 3, 2024
1 parent 979cd66 commit 745c017
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions unstable/cosmic-toplevel-info-unstable-v1.xml
Original file line number Diff line number Diff line change
Expand Up @@ -210,10 +210,11 @@
The different states that a toplevel may have. These have the same
meaning as the states with the same names defined in xdg-toplevel
</description>
<entry name="maximized" value="0" summary="the toplevel is maximized"/>
<entry name="minimized" value="1" summary="the toplevel is minimized"/>
<entry name="activated" value="2" summary="the toplevel is active"/>
<entry name="fullscreen" value="3" summary="the toplevel is fullscreen"/>
<entry name="maximized" value="0" summary="the toplevel is maximized" />
<entry name="minimized" value="1" summary="the toplevel is minimized" />
<entry name="activated" value="2" summary="the toplevel is active" />
<entry name="fullscreen" value="3" summary="the toplevel is fullscreen" />
<entry name="sticky" value="4" summary="the toplevel is sticky" since="2" />
</enum>

<event name="state">
Expand Down

0 comments on commit 745c017

Please sign in to comment.