mirror of
https://github.com/labwc/labwc.git
synced 2026-05-27 21:37:32 -04:00
window-title: add documentation
This commit is contained in:
parent
df6dde131f
commit
0a9bd41df0
2 changed files with 20 additions and 11 deletions
|
|
@ -70,6 +70,14 @@ the `--exit` and `--reconfigure` options use.
|
||||||
session clients support both X11 and Wayland, this command line option
|
session clients support both X11 and Wayland, this command line option
|
||||||
avoids re-writes and fragmentation.
|
avoids re-writes and fragmentation.
|
||||||
|
|
||||||
|
*-t, --window-title* <fmtstr>
|
||||||
|
Set the window title for labwc to use when nested in a compositor.
|
||||||
|
<fmtstr> is a format string to be used as the window title, replacing
|
||||||
|
`%o` with the name of the output region. This is useful when simulating
|
||||||
|
multiple screens, such as with running labwc with the enviornment
|
||||||
|
variable `WLR_WL_OUTPUTS=2`. In this case, `%o` will be unique per
|
||||||
|
simulated screen.
|
||||||
|
|
||||||
*-v, --version*
|
*-v, --version*
|
||||||
Show the version number and quit
|
Show the version number and quit
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -55,6 +55,7 @@ static const char labwc_usage[] =
|
||||||
" -r, --reconfigure Reload the compositor configuration\n"
|
" -r, --reconfigure Reload the compositor configuration\n"
|
||||||
" -s, --startup <command> Run command on startup\n"
|
" -s, --startup <command> Run command on startup\n"
|
||||||
" -S, --session <command> Run command on startup and terminate on exit\n"
|
" -S, --session <command> Run command on startup and terminate on exit\n"
|
||||||
|
" -t, --window-title <fmtstr> Specify title to use when the compositor is nested\n"
|
||||||
" -v, --version Show version number and quit\n"
|
" -v, --version Show version number and quit\n"
|
||||||
" -V, --verbose Enable more verbose logging\n";
|
" -V, --verbose Enable more verbose logging\n";
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue