aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/weltschmerz.de.1 (unfollow)
Commit message (Collapse)AuthorLines
2025-02-24Allow user to influence geometry hints resize behaviourWolfgang Müller-0/+12
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>
2025-02-23Move note on overlay scrolling to the right sectionWolfgang Müller-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.
2025-02-12Also look for a compatible procfs in /compat/linux/procJuhani Krekelä-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.
2021-11-27Put options in the manual in the right orderWolfgang Müller-21/+21
2021-11-27Update German translation of the manualWolfgang Müller-8/+25
Describe the newly added "prefer-osc7" option and clarify that procfs is now also considered.
2021-11-27Update German translation of the manualWolfgang Müller-1/+19
Describe the "Open with…" feature here as well and make sure to update the sample configuration file with the new section.
2021-07-15Add German translation of the manualWolfgang Müller-0/+291