2019-08-08 22:35:55 +02:00
|
|
|
# foot
|
|
|
|
|
|
2020-04-19 16:23:18 +02:00
|
|
|
**foot** is a fast and lightweight Wayland terminal
|
|
|
|
|
emulator. Minimalistic without going overboard.
|
2019-08-08 22:35:55 +02:00
|
|
|
|
2019-08-29 23:05:19 +02:00
|
|
|
## Index
|
|
|
|
|
|
|
|
|
|
1. [Features](#features)
|
2019-08-29 23:12:39 +02:00
|
|
|
1. [Fonts](#fonts)
|
|
|
|
|
1. [Shortcuts](#shortcuts)
|
|
|
|
|
1. [Keyboard](#keyboard)
|
2020-01-01 15:14:19 +01:00
|
|
|
1. [Normal mode](#normal-mode)
|
|
|
|
|
1. [Scrollback search](#scrollback-search)
|
2019-08-29 23:12:39 +02:00
|
|
|
1. [Mouse](#mouse)
|
2020-01-10 20:48:48 +01:00
|
|
|
1. [Server (daemon) mode](#server-daemon-mode)
|
2020-01-20 18:44:55 +01:00
|
|
|
1. [Alt/meta](#alt-meta)
|
2020-02-21 19:11:03 +01:00
|
|
|
1. [Backspace](#backspace)
|
2020-02-15 21:02:18 +01:00
|
|
|
1. [DPI and font size](#dpi-and-font-size)
|
2020-04-04 13:56:55 +02:00
|
|
|
1. [Supported OSCs](#supported-oscs)
|
2019-08-29 23:05:19 +02:00
|
|
|
1. [Requirements](#requirements)
|
2019-08-29 23:05:38 +02:00
|
|
|
1. [Running](#running)
|
|
|
|
|
1. [Building](#building)
|
2019-08-29 23:11:11 +02:00
|
|
|
1. [Installing](#installing)
|
|
|
|
|
1. [Arch Linux](#arch-linux)
|
|
|
|
|
1. [Other](#other)
|
2020-04-04 20:54:54 +02:00
|
|
|
1. [Bugs](#bugs)
|
2019-08-29 23:05:19 +02:00
|
|
|
|
2019-08-08 22:35:55 +02:00
|
|
|
|
2019-08-29 22:55:49 +02:00
|
|
|
## Features
|
|
|
|
|
|
2020-03-06 19:26:02 +01:00
|
|
|
* Fast
|
2020-04-19 16:23:18 +02:00
|
|
|
* Lightweight, in dependencies, on-disk and in-memory
|
2019-08-29 22:55:49 +02:00
|
|
|
* Wayland native
|
|
|
|
|
* DE agnostic
|
|
|
|
|
* User configurable font fallback
|
2020-02-15 20:59:34 +01:00
|
|
|
* On-the-fly font resize
|
|
|
|
|
* On-the-fly DPI font size adjustment
|
2019-08-29 22:55:49 +02:00
|
|
|
* Scrollback search
|
|
|
|
|
* Color emoji support
|
2020-03-06 19:26:29 +01:00
|
|
|
* Server/daemon mode (one master process, many windows)
|
2020-02-22 21:21:14 +01:00
|
|
|
* [Sixel image support](https://en.wikipedia.org/wiki/Sixel)
|
2019-08-29 22:55:49 +02:00
|
|
|
|
2020-02-22 22:04:28 +01:00
|
|
|

|
|
|
|
|
|
|
|
|
|
|
2019-08-08 22:35:55 +02:00
|
|
|
## Fonts
|
|
|
|
|
|
2019-08-29 23:00:49 +02:00
|
|
|
**foot** supports all fonts that can be loaded by _freetype_,
|
|
|
|
|
including **bitmap** fonts and **color emoji** fonts.
|
|
|
|
|
|
|
|
|
|
Foot uses _fontconfig_ to locate and configure the font(s) to
|
|
|
|
|
use. Since fontconfig's fallback mechanism is imperfect, especially
|
|
|
|
|
for monospace fonts (it doesn't prefer monospace fonts even though the
|
|
|
|
|
requested font is one), foot allows you, the user, to configure the
|
|
|
|
|
fallback fonts to use.
|
|
|
|
|
|
|
|
|
|
This also means you can configure _each_ fallback font individually;
|
|
|
|
|
you want _that_ fallback font to use _this_ size, and you want that
|
|
|
|
|
_other_ fallback font to be _italic_? No problem!
|
2019-08-08 22:35:55 +02:00
|
|
|
|
2019-08-11 15:55:23 +02:00
|
|
|
If a glyph cannot be found in _any_ of the user configured fallback
|
|
|
|
|
fonts, _then_ fontconfig's list is used.
|
|
|
|
|
|
2019-08-08 22:35:55 +02:00
|
|
|
|
|
|
|
|
## Shortcuts
|
|
|
|
|
|
2020-03-12 17:33:52 +01:00
|
|
|
These are the default shortcuts. See `man 5 foot` and the example
|
|
|
|
|
`footrc` to see how these can be changed.
|
2019-08-08 22:35:55 +02:00
|
|
|
|
|
|
|
|
|
|
|
|
|
### Keyboard
|
|
|
|
|
|
2020-01-01 15:12:57 +01:00
|
|
|
#### Normal mode
|
|
|
|
|
|
2020-01-01 15:01:27 +01:00
|
|
|
<kbd>shift</kbd>+<kbd>page up</kbd>/<kbd>page down</kbd>
|
|
|
|
|
: Scroll up/down in history
|
2019-08-29 22:46:26 +02:00
|
|
|
|
2020-01-01 15:01:27 +01:00
|
|
|
<kbd>ctrl</kbd>+<kbd>shift</kbd>+<kbd>c</kbd>
|
|
|
|
|
: Copy selected text to the _clipboard_
|
2019-08-29 22:48:25 +02:00
|
|
|
|
2020-01-01 15:01:27 +01:00
|
|
|
<kbd>ctrl</kbd>+<kbd>shift</kbd>+<kbd>v</kbd>
|
|
|
|
|
: Paste from _clipboard_
|
2019-08-29 22:48:25 +02:00
|
|
|
|
2020-01-01 15:01:27 +01:00
|
|
|
<kbd>ctrl</kbd>+<kbd>shift</kbd>+<kbd>r</kbd>
|
|
|
|
|
: Start a scrollback search
|
2019-08-29 22:48:25 +02:00
|
|
|
|
2020-02-10 21:57:55 +01:00
|
|
|
<kbd>ctrl</kbd>+<kbd>+</kbd>, <kbd>ctrl</kbd>+<kbd>=</kbd>
|
2020-03-06 23:12:45 +01:00
|
|
|
: Increase font size by 0,5pt
|
2020-02-09 11:34:51 +01:00
|
|
|
|
|
|
|
|
<kbd>ctrl</kbd>+<kbd>-</kbd>
|
2020-03-06 23:12:45 +01:00
|
|
|
: Decrease font size by 0,5pt
|
2020-02-09 11:34:51 +01:00
|
|
|
|
2020-02-10 21:57:55 +01:00
|
|
|
<kbd>ctrl</kbd>+<kbd>0</kbd>
|
2020-02-09 11:34:51 +01:00
|
|
|
: Reset font size
|
|
|
|
|
|
2020-03-17 21:52:26 +01:00
|
|
|
<kbd>ctrl</kbd>+<kbd>shift</kbd>+<kbd>n</kbd>
|
|
|
|
|
: Spawn a new terminal. If the shell has been configured to emit the
|
|
|
|
|
OSC 7 escape sequence, the new terminal will start in the current
|
|
|
|
|
working directory.
|
|
|
|
|
|
2019-08-27 21:20:24 +02:00
|
|
|
|
2020-01-01 15:12:57 +01:00
|
|
|
#### Scrollback search
|
2019-08-27 21:20:24 +02:00
|
|
|
|
2020-01-01 15:01:27 +01:00
|
|
|
<kbd>ctrl</kbd>+<kbd>r</kbd>
|
|
|
|
|
: Search _backward_ for next match
|
2019-08-30 20:18:12 +02:00
|
|
|
|
2020-01-01 15:01:27 +01:00
|
|
|
<kbd>ctrl</kbd>+<kbd>s</kbd>
|
|
|
|
|
: Search _forward_ for next match
|
2019-08-30 20:18:12 +02:00
|
|
|
|
2020-01-01 15:01:27 +01:00
|
|
|
<kbd>ctrl</kbd>+<kbd>w</kbd>
|
|
|
|
|
: Extend current selection (and thus the search criteria) to the end
|
2019-12-03 19:23:56 +01:00
|
|
|
of the word, or the next word if currently at a word separating
|
|
|
|
|
character.
|
|
|
|
|
|
2020-01-01 17:01:34 +01:00
|
|
|
<kbd>ctrl</kbd>+<kbd>shift</kbd>+<kbd>w</kbd>
|
2020-01-01 15:01:27 +01:00
|
|
|
: Same as <kbd>ctrl</kbd>+<kbd>w</kbd>, except that the only word
|
2019-12-03 19:43:45 +01:00
|
|
|
separating characters are whitespace characters.
|
|
|
|
|
|
2020-01-01 15:01:27 +01:00
|
|
|
<kbd>escape</kbd>, <kbd>ctrl</kbd>+<kbd>g</kbd>
|
|
|
|
|
: Cancel the search
|
2019-08-29 22:48:25 +02:00
|
|
|
|
2020-01-01 15:01:27 +01:00
|
|
|
<kbd>return</kbd>
|
|
|
|
|
: Finish the search and copy the current match to the primary
|
2019-08-30 20:26:20 +02:00
|
|
|
selection
|
2019-08-08 22:35:55 +02:00
|
|
|
|
|
|
|
|
### Mouse
|
|
|
|
|
|
2020-01-01 15:01:27 +01:00
|
|
|
<kbd>left</kbd> - **single-click**
|
|
|
|
|
: Drag to select; when released, the selected text is copied to the
|
2020-01-04 23:56:17 +01:00
|
|
|
_primary_ selection. This feature is **disabled** when client has
|
|
|
|
|
enabled _mouse tracking_.
|
2020-01-04 23:52:08 +01:00
|
|
|
: Holding <kbd>shift</kbd> enables selection in mouse tracking enabled
|
|
|
|
|
clients.
|
|
|
|
|
: Holding <kbd>ctrl</kbd> will create a block selection.
|
2020-01-04 14:47:20 +01:00
|
|
|
|
2020-01-01 15:01:27 +01:00
|
|
|
<kbd>left</kbd> - **double-click**
|
|
|
|
|
: Selects the _word_ (separated by spaces, period, comma, parenthesis
|
2019-08-29 22:50:35 +02:00
|
|
|
etc) under the pointer. Hold <kbd>ctrl</kbd> to select everything
|
|
|
|
|
under the pointer up to, and until, the next space characters.
|
2019-08-29 22:48:25 +02:00
|
|
|
|
2020-01-01 15:01:27 +01:00
|
|
|
<kbd>left</kbd> - **triple-click**
|
|
|
|
|
: Selects the entire row
|
2019-08-29 23:12:39 +02:00
|
|
|
|
2020-01-01 15:01:27 +01:00
|
|
|
<kbd>middle</kbd>
|
|
|
|
|
: Paste from _primary_ selection
|
2019-11-03 12:24:14 +01:00
|
|
|
|
2020-04-04 12:09:30 +02:00
|
|
|
<kbd>right</kbd>
|
|
|
|
|
: Extend current selection
|
|
|
|
|
|
2020-01-01 15:01:27 +01:00
|
|
|
<kbd>wheel</kbd>
|
|
|
|
|
: Scroll up/down in history
|
2019-11-03 12:24:14 +01:00
|
|
|
|
2019-08-29 23:12:39 +02:00
|
|
|
|
2020-01-10 20:48:48 +01:00
|
|
|
## Server (daemon) mode
|
2019-11-19 00:17:13 +01:00
|
|
|
|
|
|
|
|
When run normally, **foot** is a single-window application; if you
|
|
|
|
|
want another window, start another foot process.
|
|
|
|
|
|
|
|
|
|
However, foot can also be run in a _server_ mode. In this mode, one
|
|
|
|
|
process hosts multiple windows. Note that this is **nothing** like
|
|
|
|
|
tabs. When first started in server mode, **no** windows are available.
|
|
|
|
|
|
|
|
|
|
You open new windows by running `footclient`. This is a small process
|
|
|
|
|
that instructs the foot server to open a new terminal window. The
|
|
|
|
|
client process remains running until the terminal window is
|
|
|
|
|
closed. The exit value of the client process is that of the shell that
|
|
|
|
|
was running in the terminal window.
|
|
|
|
|
|
|
|
|
|
The point of this mode is **a)** reduced memory footprint - all
|
|
|
|
|
terminal windows will share fonts and glyph cache, and **b)** reduced
|
|
|
|
|
startup time - loading fonts and populating the glyph cache takes
|
|
|
|
|
time, but in server mode it only happens once.
|
|
|
|
|
|
|
|
|
|
The downside is a performance penalty; all windows' input and output
|
|
|
|
|
are multiplexed in the same thread (but each window will have its own
|
|
|
|
|
set of rendering threads). This means that if one window is very busy
|
|
|
|
|
with, for example, producing output, then other windows will suffer.
|
|
|
|
|
|
|
|
|
|
And of course, should the server process crash, **all** windows will
|
|
|
|
|
be gone.
|
|
|
|
|
|
|
|
|
|
Typical usage would be to start the server process (`foot --server`)
|
|
|
|
|
when starting your Wayland compositor (i.e. logging in to your
|
|
|
|
|
desktop), and then run `footclient` instead of `foot` whenever you
|
|
|
|
|
want to launch a new terminal.
|
|
|
|
|
|
|
|
|
|
|
2020-01-20 18:44:55 +01:00
|
|
|
## Alt/meta
|
|
|
|
|
|
|
|
|
|
By default, foot prefixes _Meta characters_ with ESC. This corresponds
|
|
|
|
|
to XTerm's `metaSendsEscape` option set to `true`.
|
|
|
|
|
|
|
|
|
|
This can be disabled programatically with `\E[?1036l` (and enabled
|
|
|
|
|
again with `\E[?1036h`).
|
|
|
|
|
|
|
|
|
|
When disabled, foot will instead set the 8:th bit of meta character
|
|
|
|
|
and then UTF-8 encode it. This corresponds to XTerm's `eightBitMeta`
|
|
|
|
|
option set to `true`.
|
|
|
|
|
|
|
|
|
|
This can also be disabled programatically with `rmm` (_reset meta
|
|
|
|
|
mode_, `\E[?1034l`), and enabled again with `smm` (_set meta mode_,
|
2020-03-06 20:10:04 +01:00
|
|
|
`\E[?1034h`).
|
2020-01-20 18:44:55 +01:00
|
|
|
|
|
|
|
|
|
2020-02-21 19:11:03 +01:00
|
|
|
## Backspace
|
|
|
|
|
|
|
|
|
|
Foot transmits DEL (`^?`) on <kbd>backspace</kbd>. This corresponds to
|
|
|
|
|
XTerm's `backarrowKey` option set to `false`, and to DECBKM being
|
|
|
|
|
_reset_.
|
|
|
|
|
|
|
|
|
|
To instead transmit BS (`^H`), press
|
|
|
|
|
<kbd>ctrl</kbd>+<kbd>backspace</kbd>.
|
|
|
|
|
|
|
|
|
|
Note that foot does **not** implement DECBKM, and that the behavior
|
|
|
|
|
described above **cannot** be changed.
|
|
|
|
|
|
|
|
|
|
Finally, pressing <kbd>alt</kbd> will prefix the transmitted byte with
|
|
|
|
|
ESC.
|
|
|
|
|
|
|
|
|
|
|
2020-02-15 21:02:18 +01:00
|
|
|
## DPI and font size
|
2020-02-15 20:59:34 +01:00
|
|
|
|
|
|
|
|
Font sizes are apparently a complex thing. Many applications use a
|
|
|
|
|
fixed DPI of 96. They may also multiply it with the monitor's scale
|
|
|
|
|
factor.
|
|
|
|
|
|
|
|
|
|
This results in fonts with different **physical** sizes (i.e. if
|
|
|
|
|
measured by a ruler) when rendered on screens with different DPI
|
|
|
|
|
values. Even if the configured font size is the same.
|
|
|
|
|
|
|
|
|
|
This is not how it is meant to be. Fonts are measured in _point sizes_
|
|
|
|
|
**for a reason**; a given point size should have the same height on
|
|
|
|
|
all mediums, be it printers or monitors, regardless of their DPI.
|
|
|
|
|
|
|
|
|
|
Foot will always use the monitor's physical DPI value. Scale factors
|
|
|
|
|
are irrelevant (well, they affect e.g. padding, but not the font
|
|
|
|
|
size). This means the glyphs rendered by foot should always have the
|
|
|
|
|
same physical height, regardless of monitor.
|
|
|
|
|
|
|
|
|
|
Foot will re-size the fonts on-the-fly when the window is moved
|
|
|
|
|
between screens with different DPIs values. If the window covers
|
|
|
|
|
multiple screens, with different DPIs, the highest DPI will be used.
|
|
|
|
|
|
|
|
|
|
_Tip_: QT applications can be configured to work this way too, by
|
|
|
|
|
exporting the environment variable `QT_WAYLAND_FORCE_DPI=physical`.
|
|
|
|
|
|
|
|
|
|
_Note_: if you configure **pixelsize**, rather than **size**, then DPI
|
|
|
|
|
changes will **not** change the font size. Pixels are always pixels.
|
|
|
|
|
|
|
|
|
|
|
2020-04-04 13:56:55 +02:00
|
|
|
## Supported OSCs
|
|
|
|
|
|
|
|
|
|
OSC, _Operating System Command_, are escape sequences that interacts
|
|
|
|
|
with the terminal emulator itself. Foot implements the following OSCs:
|
|
|
|
|
|
2020-04-04 13:58:05 +02:00
|
|
|
* `OSC 0` - change window icon + title (but only title is actually
|
2020-04-04 13:56:55 +02:00
|
|
|
supported)
|
2020-04-19 15:51:05 +02:00
|
|
|
* `OSC 2` - change window title
|
2020-04-04 13:58:05 +02:00
|
|
|
* `OSC 4` - change color palette
|
|
|
|
|
* `OSC 7` - report CWD
|
|
|
|
|
* `OSC 10` - change (default) foreground color
|
|
|
|
|
* `OSC 11` - change (default) background color
|
|
|
|
|
* `OSC 12` - change cursor color
|
|
|
|
|
* `OSC 52` - copy/paste clipboard data
|
|
|
|
|
* `OSC 104` - reset color palette
|
|
|
|
|
* `OSC 110` - reset default foreground color
|
|
|
|
|
* `OSC 111` - reset default background color
|
|
|
|
|
* `OSC 112` - reset cursor color
|
2020-04-04 13:58:29 +02:00
|
|
|
* `OSC 555` - flash screen (**foot specific**)
|
2020-04-04 13:56:55 +02:00
|
|
|
|
|
|
|
|
|
2019-08-29 23:12:39 +02:00
|
|
|
## Requirements
|
|
|
|
|
|
|
|
|
|
### Running
|
|
|
|
|
|
|
|
|
|
* fontconfig
|
|
|
|
|
* freetype
|
|
|
|
|
* pixman
|
|
|
|
|
* wayland (_client_ and _cursor_ libraries)
|
|
|
|
|
* xkbcommon
|
2020-01-01 15:18:12 +01:00
|
|
|
* [tllist](https://codeberg.org/dnkl/tllist) [^1]
|
|
|
|
|
* [fcft](https://codeberg.org/dnkl/fcft) [^1]
|
|
|
|
|
|
|
|
|
|
[^1]: can also be built as subprojects, in which case they are
|
|
|
|
|
statically linked.
|
2019-08-29 23:12:39 +02:00
|
|
|
|
|
|
|
|
|
|
|
|
|
### Building
|
|
|
|
|
|
|
|
|
|
In addition to the dev variant of the packages above, you need:
|
|
|
|
|
|
|
|
|
|
* meson
|
|
|
|
|
* ninja
|
|
|
|
|
* wayland protocols
|
|
|
|
|
* ncurses
|
|
|
|
|
* scdoc
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
## Installing
|
|
|
|
|
|
2019-12-29 15:28:34 +01:00
|
|
|
foot makes use of a couple of libraries I have developed:
|
|
|
|
|
[tllist](https://codeberg.org/dnkl/tllist) and
|
|
|
|
|
[fcft](https://codeberg.org/dnkl/fcft). As such, they will most likely
|
|
|
|
|
not have been installed already. You can either install them as system
|
|
|
|
|
libraries, or you can build them as _subprojects_ in foot.
|
|
|
|
|
|
|
|
|
|
When building foot, they will first be searched for as system
|
|
|
|
|
libraries. If **found**, foot will link dynamically against them.
|
|
|
|
|
|
2020-01-11 14:59:39 +01:00
|
|
|
If **not** found, they will be searched for as subprojects. In this
|
|
|
|
|
case you need to create the `subprojects` directory and clone
|
|
|
|
|
https://codeberg.org/dnkl/fcft.git and
|
|
|
|
|
https://codeberg.org/dnkl/tllist.git (see [Other](#other) below).
|
2019-12-29 15:28:34 +01:00
|
|
|
|
|
|
|
|
|
2019-08-29 23:12:39 +02:00
|
|
|
### Arch Linux
|
|
|
|
|
|
2020-03-06 21:40:10 +01:00
|
|
|
Install from AUR:
|
|
|
|
|
|
2020-03-06 21:41:48 +01:00
|
|
|
* [foot](https://aur.archlinux.org/packages/foot/) +
|
|
|
|
|
[foot-terminfo](https://aur.archlinux.org/packages/foot-terminfo/)
|
|
|
|
|
* [foot-git](https://aur.archlinux.org/packages/foot-git/) +
|
|
|
|
|
[foot-terminfo-git](https://aur.archlinux.org/packages/foot-terminfo-git/)
|
2020-03-06 21:40:10 +01:00
|
|
|
|
|
|
|
|
Or use [makepkg](https://wiki.archlinux.org/index.php/Makepkg) to
|
|
|
|
|
build the bundled [PKGBUILD](PKGBUILD) (run `makepkg` in the source
|
|
|
|
|
root directory).
|
2019-08-29 23:12:39 +02:00
|
|
|
|
2020-03-06 23:22:42 +01:00
|
|
|
Unlike the AUR packages, the bundled PKGBUILD **requires**
|
|
|
|
|
[tllist](https://codeberg.org/dnkl/tllist) and
|
2019-12-29 15:28:34 +01:00
|
|
|
[fcft](https://codeberg.org/dnkl/fcft) to be installed as system
|
|
|
|
|
libraries. If you do not want this, please edit the PKGBUILD file, or
|
|
|
|
|
install manually (see [Other](#other) below).
|
|
|
|
|
|
2019-08-29 23:15:13 +02:00
|
|
|
Note that it will do a profiling-guided build, and that this requires
|
|
|
|
|
a running wayland session since it needs to run an intermediate build
|
|
|
|
|
of foot.
|
|
|
|
|
|
2019-08-29 23:12:39 +02:00
|
|
|
|
|
|
|
|
### Other
|
|
|
|
|
|
|
|
|
|
Foot uses _meson_. If you are unfamiliar with it, the official
|
|
|
|
|
[tutorial](https://mesonbuild.com/Tutorial.html) might be a good
|
|
|
|
|
starting point.
|
|
|
|
|
|
2019-10-05 16:41:20 +02:00
|
|
|
I also recommend taking a look at the bundled Arch
|
2019-12-29 15:28:34 +01:00
|
|
|
[PKGBUILD](PKGBUILD) file, to see how it builds foot. Especially so if
|
|
|
|
|
you intend to install a release build of foot, in which case you might
|
|
|
|
|
be interested in the compiler flags used there.
|
|
|
|
|
|
2020-01-05 12:58:02 +01:00
|
|
|
If you have not installed [tllist](https://codeberg.org/dnkl/tllist)
|
2020-01-11 14:59:39 +01:00
|
|
|
and [fcft](https://codeberg.org/dnkl/fcft) as system libraries, clone
|
|
|
|
|
them into the `subprojects` directory:
|
|
|
|
|
|
2020-01-05 12:58:02 +01:00
|
|
|
```sh
|
2020-01-11 14:59:39 +01:00
|
|
|
mkdir -p subprojects
|
|
|
|
|
pushd subprojects
|
|
|
|
|
git clone https://codeberg.org/dnkl/tllist.git
|
|
|
|
|
git clone https://codeberg.org/dnkl/fcft.git
|
|
|
|
|
popd
|
2020-01-05 12:58:02 +01:00
|
|
|
```
|
|
|
|
|
|
|
|
|
|
To build, first, create a build directory, and switch to it:
|
2019-12-29 15:37:35 +01:00
|
|
|
```sh
|
2020-01-11 15:02:19 +01:00
|
|
|
mkdir -p bld/release && cd bld/release
|
2019-12-29 15:37:35 +01:00
|
|
|
```
|
2019-12-29 15:28:34 +01:00
|
|
|
|
2020-01-11 14:59:57 +01:00
|
|
|
Second, configure[^2] the build (if you intend to install it globally, you
|
2019-12-29 15:28:34 +01:00
|
|
|
might also want `--prefix=/usr`):
|
2019-12-29 15:37:35 +01:00
|
|
|
```sh
|
2020-01-11 14:59:57 +01:00
|
|
|
meson --buildtype=release ../..
|
2019-12-29 15:37:35 +01:00
|
|
|
```
|
2019-12-29 15:28:34 +01:00
|
|
|
|
2020-01-11 14:59:57 +01:00
|
|
|
[^2]: for advanced users: a profile guided build will have
|
|
|
|
|
significantly better performance; take a look at
|
|
|
|
|
[PKDBUILD](PKGBUILD) to see how this can be done.
|
|
|
|
|
|
2019-12-29 15:28:34 +01:00
|
|
|
Three, build it:
|
2019-12-29 15:37:35 +01:00
|
|
|
```sh
|
|
|
|
|
ninja
|
|
|
|
|
```
|
2019-12-29 15:28:34 +01:00
|
|
|
|
|
|
|
|
You can now run it directly from the build directory:
|
2019-12-29 15:37:35 +01:00
|
|
|
```sh
|
|
|
|
|
./foot
|
|
|
|
|
```
|
2019-12-29 15:28:34 +01:00
|
|
|
|
|
|
|
|
But note that it will default to `TERM=foot`, and that this terminfo
|
|
|
|
|
has not been installed yet. However, most things should work with the
|
|
|
|
|
`xterm-256color` terminfo:
|
2019-12-29 15:37:35 +01:00
|
|
|
```sh
|
|
|
|
|
./foot --term xterm-256color
|
|
|
|
|
```
|
2019-12-29 15:28:34 +01:00
|
|
|
|
|
|
|
|
But, I **recommend** you install the `foot` and `foot-direct` terminfo
|
|
|
|
|
files. You can either copy them manually (typically to
|
|
|
|
|
`/usr/share/terminfo/f` - but this is dependens on the distro), or
|
|
|
|
|
just install everything:
|
2019-12-29 15:37:35 +01:00
|
|
|
```sh
|
|
|
|
|
ninja install
|
|
|
|
|
```
|
2020-04-04 20:54:54 +02:00
|
|
|
|
|
|
|
|
|
|
|
|
|
# BUGS
|
|
|
|
|
|
|
|
|
|
Please report bugs to https://codeberg.org/dnkl/foot/issues
|
|
|
|
|
|
|
|
|
|
The report should contain the following:
|
|
|
|
|
|
|
|
|
|
* Which Wayland compositor (and version) you are running
|
|
|
|
|
* Foot version (`foot --version`)
|
|
|
|
|
* Log output from foot (start foot from another terminal)
|
|
|
|
|
* If reporting a crash, please try to provide a `bt full` backtrace
|
2020-04-19 16:01:29 +02:00
|
|
|
**with symbols** (i.e. use a debug build)
|
2020-04-04 20:54:54 +02:00
|
|
|
* Steps to reproduce. The more details the better
|