Merge branch 'working-dir-command-line-option'

Closes #347
This commit is contained in:
Daniel Eklöf 2021-02-14 11:17:08 +01:00
commit 689a4cc741
No known key found for this signature in database
GPG key ID: 5BBD4992C116573F
13 changed files with 108 additions and 16 deletions

View file

@ -69,9 +69,13 @@ the foot command line
Start in fullscreen mode. If both *--maximized* and *--fullscreen*
are specified, the _last_ one takes precedence.
*--login-shell*
*-L*,*--login-shell*
Start a login shell, by prepending a '-' to argv[0].
*-D*,*--working-directory*=_DIR_
Initial working directory for the client application. Default:
_CWD of foot_.
*-s*,*--server*[=_PATH_]
Run as a server. In this mode, a single foot instance hosts
multiple terminals (windows). Use *footclient*(1) to launch new

View file

@ -49,6 +49,10 @@ terminal has terminated).
*-L*,*--login-shell*
Start a login shell, by prepending a '-' to argv[0].
*-D*,*--working-directory*=_DIR_
Initial working directory for the client application. Default:
_CWD of footclient_.
*-s*,*--server-socket*=_PATH_
Connect to _PATH_ instead of
*$XDG\_RUNTIME\_DIR/foot-$WAYLAND\_DISPLAY.sock*.