docs: labwc-config.5.scd: dedent windowSwitcher content lists

fits better on 80-column terminal and is more consistent in style
This commit is contained in:
Tomi Ollila 2025-02-11 08:14:07 +02:00 committed by Consolatis
parent 92e4c5a606
commit 63da13a62b

View file

@ -303,8 +303,9 @@ this is for compatibility with Openbox.
- *trimmed_identifier* Show trimmed identifier. Trimming removes
the first two nodes of 'org.' strings.
- *desktop_entry_name* Show application name from freedesktop.org desktop
entry/file. Falls back to trimmed identifier (trimmed_identifier).
- *desktop_entry_name* Show application name from freedesktop.org
desktop entry/file. Falls back to trimmed identifier
(trimmed_identifier).
- *title* Show window title if different to app_id
@ -336,10 +337,12 @@ this is for compatibility with Openbox.
Recommend using with a monospace font, to keep alignment.
- *custom - subset of printf options allowed -- man 3 printf*
- random text may be inserted
- field length, example "%10" use 10 spaces, even if text uses less
- field length, example "%10" use 10 spaces, even if text uses
less
- left justify text, example "%-"
- right justify text, example "%" instead of "%-"
- example, %-10 would left justify and make room for 10 characters
- example, %-10 would left justify and make room for 10
characters
- Only one custom format allowed now. Future enhancements may
allow more than one.
@ -717,7 +720,8 @@ extending outward from the snapped edge.
- Iconify: A button that, by default, iconifies a window.
- Maximize: A button that, by default, toggles maximization of a window.
- Shade: A button that, by default, toggles window shading.
- AllDesktops: A button that, by default, toggles omnipresence of a window.
- AllDesktops: A button that, by default, toggles omnipresence of a
window.
- Close: A button that, by default, closses a window.
- Top: The top edge of the window's border.
- Bottom: The bottom edge of the window's border.