1footclient(1) General Commands Manual footclient(1)
2
3
4
6 footclient - start new terminals in a foot server
7
9 footclient [OPTIONS]
10 footclient [OPTIONS] <command> [COMMAND OPTIONS]
11
12 All trailing (non-option) arguments are treated as a command, and its
13 arguments, to execute (instead of the default shell).
14
16 footclient is used together with foot(1) in --server mode.
17
18 Running it without arguments will open a new terminal window (hosted in
19 the foot server), with your default shell. The exit code will be that
20 of the terminal (thus, footclient does not exit until the terminal has
21 terminated).
22
24 -t,--term=TERM
25 Value to set the environment variable TERM to. Default: foot.
26
27 -T,--title=TITLE
28 Initial window title. Default: foot.
29
30 -a,--app-id=ID
31 Value to set the app-id property on the Wayland window to. Default:
32 foot.
33
34 -w,--window-size-pixels=WIDTHxHEIGHT
35 Set initial window width and height, in pixels. Default: 700x500.
36
37 -W,--window-size-chars=WIDTHxHEIGHT
38 Set initial window width and height, in characters. Default: not
39 set.
40
41 -m,--maximized
42 Start in maximized mode. If both --maximized and --fullscreen are
43 specified, the last one takes precedence.
44
45 -F,--fullscreen
46 Start in fullscreen mode. If both --maximized and --fullscreen are
47 specified, the last one takes precedence.
48
49 -L,--login-shell
50 Start a login shell, by prepending a '-' to argv[0].
51
52 -D,--working-directory=DIR
53 Initial working directory for the client application. Default: CWD
54 of footclient.
55
56 -s,--server-socket=PATH
57 Connect to PATH instead of $XDG_RUNTIME_DIR/foot-$WAYLAND_DIS‐
58 PLAY.sock.
59
60 -H,--hold
61 Remain open after child process exits.
62
63 -N,--no-wait
64 Detach the client process from the running terminal, exiting imme‐
65 diately.
66
67 -d,--log-level={info,warning,error}
68 Log level, used both for log output on stderr as well as syslog.
69 Default: info.
70
71 -l,--log-colorize=[{never,always,auto}]
72 Enables or disables colorization of log output on stderr.
73
74 -v,--version
75 Show the version number and quit
76
78 foot(1)
79
80
81
82 2021-03-28 footclient(1)