mirror of
https://github.com/labwc/labwc.git
synced 2026-06-21 14:34:30 -04:00
Adds following settings:
<placement>
<policy>cascade</policy>
<cascadeOffset x="40" y="30" />
</placement>
"Cascade" policy places a new window at the center of the screen like
"center" policy, but possibly shifts its position to bottom-right so the
new window doesn't cover existing windows.
The algorithm is copied from KWin's implementation:
|
||
|---|---|---|
| .. | ||
| array.h | ||
| border.h | ||
| box.h | ||
| buf.h | ||
| dir.h | ||
| fd-util.h | ||
| file-helpers.h | ||
| font.h | ||
| grab-file.h | ||
| graphic-helpers.h | ||
| list.h | ||
| macros.h | ||
| match.h | ||
| mem.h | ||
| nodename.h | ||
| parse-bool.h | ||
| parse-double.h | ||
| scaled-font-buffer.h | ||
| scaled-scene-buffer.h | ||
| scene-helpers.h | ||
| spawn.h | ||
| string-helpers.h | ||
| surface-helpers.h | ||