mirror of
https://github.com/labwc/labwc.git
synced 2026-02-11 04:27:51 -05:00
Add window resize indicator
This commit is contained in:
parent
c8321e3264
commit
58b33fb0c9
12 changed files with 296 additions and 0 deletions
|
|
@ -249,6 +249,22 @@ Therefore, where multiple objects of the same kind are required (for example
|
|||
Specify the number of pixels to reserve at the edges of an output.
|
||||
New, maximized and tiled windows will not be placed in these areas.
|
||||
|
||||
## RESIZE
|
||||
|
||||
*<resize><popupShow>* [Never|Always|Nonpixel]
|
||||
Show a small indicator on top of the window when resizing or moving.
|
||||
When the application sets size-hints (usually X11 terminal emulators),
|
||||
the indicator will show the dimensions divided by size hints instead.
|
||||
In the case of terminal emulators this usually means columns x rows.
|
||||
|
||||
The different values mean:
|
||||
- *Never* Do not render the indicator
|
||||
- *Always* Render the indicator while moving and resizing windows
|
||||
- *Nonpixel* Only render the indicator during resize for windows using
|
||||
size-hints
|
||||
|
||||
Default is Never.
|
||||
|
||||
## KEYBOARD
|
||||
|
||||
*<keyboard><keybind key="">*
|
||||
|
|
|
|||
|
|
@ -52,6 +52,9 @@
|
|||
<screenEdgeStrength>20</screenEdgeStrength>
|
||||
</resistance>
|
||||
|
||||
<!-- Show a simple resize and move indicator -->
|
||||
<resize popupShow="Never" />
|
||||
|
||||
<focus>
|
||||
<followMouse>no</followMouse>
|
||||
<followMouseRequiresMovement>yes</followMouseRequiresMovement>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue