mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-04-29 06:46:35 -04:00
Update Readme and Changlog
This commit is contained in:
parent
18a1787e50
commit
1dc60d7094
2 changed files with 13 additions and 0 deletions
|
|
@ -10,6 +10,7 @@
|
||||||
## Unreleased
|
## Unreleased
|
||||||
### Added
|
### Added
|
||||||
|
|
||||||
|
* FreeBSD support
|
||||||
* User configurable key- and mouse bindings. See `man 5 foot` and the
|
* User configurable key- and mouse bindings. See `man 5 foot` and the
|
||||||
example `footrc` (https://codeberg.org/dnkl/foot/issues/1)
|
example `footrc` (https://codeberg.org/dnkl/foot/issues/1)
|
||||||
* **initial-window-mode** option to `footrc`, that lets you control
|
* **initial-window-mode** option to `footrc`, that lets you control
|
||||||
|
|
|
||||||
12
README.md
12
README.md
|
|
@ -22,6 +22,7 @@ The fast, lightweight and minimalistic Wayland terminal emulator.
|
||||||
1. [Building](#building)
|
1. [Building](#building)
|
||||||
1. [Installing](#installing)
|
1. [Installing](#installing)
|
||||||
1. [Arch Linux](#arch-linux)
|
1. [Arch Linux](#arch-linux)
|
||||||
|
1. [FreeBSD](#freebsd)
|
||||||
1. [Other](#other)
|
1. [Other](#other)
|
||||||
1. [Bugs](#bugs)
|
1. [Bugs](#bugs)
|
||||||
|
|
||||||
|
|
@ -358,6 +359,17 @@ 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
|
a running wayland session since it needs to run an intermediate build
|
||||||
of foot.
|
of foot.
|
||||||
|
|
||||||
|
### FreeBSD
|
||||||
|
|
||||||
|
Install from packages:
|
||||||
|
```sh
|
||||||
|
pkg install foot
|
||||||
|
```
|
||||||
|
|
||||||
|
Install from ports:
|
||||||
|
```sh
|
||||||
|
make -C /usr/ports/x11/foot build install
|
||||||
|
```
|
||||||
|
|
||||||
### Other
|
### Other
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue