dwl(1): use correct special characters for - and '
The hyphen-minus <-> and apostrophe-quote <'> are interpreted by troff
as hyphen and right single quotation mark. See groff_char(7).
Fixes: 0db6f3c5b5f9 ("add dwl(1)")
README.md Fix links formatting issue after re-flow text to 80 columns
Documentation restructuring
Modified documentation to make clear the change in development (main) branch versus releases.
changelog: add new 'unreleased' section
prepare CHANGELOG.md for 0.7
changelog: add new 'unreleased' section
use the parent scene node to determine if move clients out of LyrFloat
[sevz: commit message is mine]
Merge branch 'wlroots-next'
bump to linux-dmabuf version 5
prepare CHANGELOG.md for 0.6
Revert "place child clients above fullscreen clients"
This does not work as intended. Lets revert it temporarily and add it back
after the release.
This reverts commit 298949bbc4eae8cedb9cdd11cfc9ebd139ac5d5f.
Fix applybounds
Applybounds doesn't move client when it overlays
only with border with monitor to the right.
Apparently, c->geom.width already includes the border
as well.