From ccb3ce5df76f539f210655d1e8611143f169e3e1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Ekl=C3=B6f?= Date: Sat, 14 Dec 2019 13:01:37 +0100 Subject: [PATCH] doc: foot.1: update with optional PATH argument to -s,--server --- doc/foot.1.scd | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/doc/foot.1.scd b/doc/foot.1.scd index 5d52cb1c..1bf180d0 100644 --- a/doc/foot.1.scd +++ b/doc/foot.1.scd @@ -33,7 +33,7 @@ execute (instead of the shell). *-t*,*--term*=_TERM_ Value to set the environment variable _TERM_ to. Default: _foot_. -*-s*,*--server* +*-s*,*--server*[=_PATH_] Run as a server. In this mode, a single foot instance hosts multiple terminals (windows). Use *footclient*(1) to launch new terminals. @@ -45,7 +45,7 @@ execute (instead of the shell). loaded and parsed, and most importantly, fonts have already been loaded (and their glyph caches are likely to already have been populated). - + Each terminal will have its own rendering threads, but all Wayland communication, as well as input/output to the shell, is multiplexed in the main thread. Thus, this mode might result in @@ -54,6 +54,10 @@ execute (instead of the shell). Also be aware that should one terminal crash, it will take all the others with it. + + You may optionally override the default socket path, + _XDG\_RUNTIME\_DIR/foot.sock_. If you do so, you will need to use + the *--server-socket* option in *footclient*(1). *-v*,*--version* Show the version number and quit