]> git.mdlowis.com Git - proto/labwc.git/commit
feat: automatic window placement
authorAndrew J. Hesford <ajh@sideband.org>
Sun, 24 Dec 2023 18:57:46 +0000 (13:57 -0500)
committerJohan Malm <johanmalm@users.noreply.github.com>
Tue, 26 Dec 2023 19:20:06 +0000 (19:20 +0000)
commit52aafcc054230f8467bd05fea77bd9bb20dafabd
tree106b62fff354e0ff488d5c6a4e10e89ef64d5f82
parentef62d47ad10e20544d6e5f7bddfa7fce52f722f3
feat: automatic window placement

With automatic placement, new top-level windows will be placed to
minimize overlap with other windows already on screen.
docs/labwc-config.5.scd
include/config/rcxml.h
include/placement.h [new file with mode: 0644]
src/config/rcxml.c
src/meson.build
src/placement.c [new file with mode: 0644]
src/view.c