mirror of
https://github.com/labwc/labwc.git
synced 2026-02-10 04:27:47 -05:00
ssd: add optional omnipresent button
This commit is contained in:
parent
186a07be9b
commit
b7bccc8026
12 changed files with 165 additions and 52 deletions
|
|
@ -438,10 +438,11 @@ extending outward from the snapped edge.
|
|||
- L: window label (aka. title)
|
||||
- |: empty space (can be used instead of a title)
|
||||
- W: window menu
|
||||
- S: shade
|
||||
- I: iconify
|
||||
- M: maximize
|
||||
- C: close
|
||||
- S: shade
|
||||
- D: omnipresent
|
||||
|
||||
Example: WLIMC
|
||||
|
||||
|
|
@ -613,11 +614,12 @@ extending outward from the snapped edge.
|
|||
buttons and the window title are shown.
|
||||
- Title: The area of the titlebar (including blank space) between
|
||||
the window buttons, where the window title is displayed.
|
||||
- WindowMenu: The button on the left.
|
||||
- Iconify: The button that looks like an underline.
|
||||
- Maximize: The button that looks like a box.
|
||||
- Shade: A button that looks like an overline.
|
||||
- Close: The button that looks like an X.
|
||||
- WindowMenu: A button that, by default, displays a window menu.
|
||||
- Iconify: A button that, by default, iconifies a window.
|
||||
- Maximize: A button that, by default, toggles maximization of a window.
|
||||
- Shade: A button that, by default, toggles window shading.
|
||||
- Omnipresent: A button that, by default, toggles omnipresence of a window.
|
||||
- Close: A button that, by default, closses a window.
|
||||
- Top: The top edge of the window's border.
|
||||
- Bottom: The bottom edge of the window's border.
|
||||
- Left: The left edge of the window's border.
|
||||
|
|
|
|||
|
|
@ -447,6 +447,12 @@
|
|||
</mousebind>
|
||||
</context>
|
||||
|
||||
<context name="Ominpresent">
|
||||
<mousebind button="Left" action="Click">
|
||||
<action name="ToggleOmnipresent" />
|
||||
</mousebind>
|
||||
</context>
|
||||
|
||||
<context name="Iconify">
|
||||
<mousebind button="Left" action="Click">
|
||||
<action name="Iconify" />
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue