From e7060dd6c6b12e994c20137b9a4652a2deb3a445 Mon Sep 17 00:00:00 2001 From: jdevdevdev Date: Fri, 19 May 2023 06:15:57 +1000 Subject: [PATCH] doc: foot.ini: Update wording. Update wording of app-id documenation to be more direct. --- doc/foot.1.scd | 3 +-- doc/foot.ini.5.scd | 5 ++--- doc/footclient.1.scd | 3 +-- 3 files changed, 4 insertions(+), 7 deletions(-) diff --git a/doc/foot.1.scd b/doc/foot.1.scd index 37ef1280..60420bef 100644 --- a/doc/foot.1.scd +++ b/doc/foot.1.scd @@ -65,8 +65,7 @@ the foot command line *-a*,*--app-id*=_ID_ Value to set the *app-id* property on the Wayland window - to. Default: _foot_ when started normally and _footclient_ when - started via daemon mode. + to. Default: _foot_ (normal mode), or _footclient_ (server mode). *-m*,*--maximized* Start in maximized mode. If both *--maximized* and *--fullscreen* diff --git a/doc/foot.ini.5.scd b/doc/foot.ini.5.scd index 7f9941c4..bc29015f 100644 --- a/doc/foot.ini.5.scd +++ b/doc/foot.ini.5.scd @@ -289,9 +289,8 @@ empty string to be set, but it must be quoted: *KEY=""*) *app-id* Value to set the *app-id* property on the Wayland window to. The compositor can use this value to e.g. group multiple windows, or - apply window management rules. Default: When starting in normal - mode the app-id will be _foot_. In daemon mode the value will be - _footclient_. + apply window management rules. Default: _foot_ (normal mode), or + _footclient_ (server mode). *bold-text-in-bright* Semi-boolean. When enabled, bold text is rendered in a brighter diff --git a/doc/footclient.1.scd b/doc/footclient.1.scd index c67213b7..1464700c 100644 --- a/doc/footclient.1.scd +++ b/doc/footclient.1.scd @@ -31,8 +31,7 @@ terminal has terminated. *-a*,*--app-id*=_ID_ Value to set the *app-id* property on the Wayland window - to. Default: _foot_ when started normally and _footclient_ when - started via daemon mode. + to. Default: _foot_ (normal mode), or _footclient_ (server mode). *-w*,*--window-size-pixels*=_WIDTHxHEIGHT_ Set initial window width and height, in pixels. Default: _700x500_.