Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | Allow user to influence geometry hints resize behaviour | Wolfgang Müller | 2025-02-24 | -0/+11 |
| | | | | | | | | | | | | | | | | | | | 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> | |||
* | Move note on overlay scrolling to the right section | Wolfgang Müller | 2025-02-23 | -14/+14 |
| | | | | | | | 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. | |||
* | Also look for a compatible procfs in /compat/linux/proc | Juhani Krekelä | 2025-02-12 | -1/+3 |
| | | | | | | | | 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. | |||
* | Put options in the manual in the right order | Wolfgang Müller | 2021-11-27 | -20/+20 |
| | ||||
* | Add Finnish translation of the manual | Juhani Krekelä | 2021-11-27 | -0/+309 |