| Commit message (Collapse) | Author | Lines |
|
For the longest time weltschmerz has defaulted to passing width_inc and
height_inc to set_geometry_hints, making it such that the window can
only be resized in increments of the cell size. Whilst this is
advantageous with floating windows, once weltschmerz is forced into a
specific geometry (e.g. when put into a tiling context), the window
manager or compositor will have to accept weltschmerz's geometry hints
and make the window smaller than the space allotted for it.
Since some people care about pixel-perfect alignment for their tiled
windows, make this behaviour controllable by introducing a new
'resize-hints' setting. To remain backwards-compatible, this setting is
true by default, but when switched off, weltschmerz will stop setting
the width_inc and height_inc geometry hints, making it freely resizable
by adding dynamic padding around the terminal's viewport.
Co-authored-by: Juhani Krekelä <juhani@krekelä.fi>
|
|
Commit 3dff3d3 (Put options in the manual in the right order,
2021-10-27) accidentally split up the section on the 'scrollbar' option
such that the note about overlay scrolling now appears under the
'prefer-osc7' section instead. Move it back where it belongs.
|
|
On FreeBSD it is conventional to mount the Linux-style proc filesystem
at /compat/linux/proc, if it is required by installed software. Falling
back to it, if we can't determine the current working directory using
/proc, makes weltschmerz work better out of the box on FreeBSD without
regressing Linux.
|
|
|
|
|