Minor fix in README

This commit is contained in:
faxilion 2026-06-07 15:01:08 +02:00
parent 4bf60d0fbc
commit 488cbee41e
6 changed files with 14 additions and 3 deletions

BIN
1.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 194 KiB

BIN
2.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 20 KiB

BIN
3.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 43 KiB

BIN
4.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 198 KiB

View file

@ -237,7 +237,7 @@ These are the default shortcuts. See `man foot.ini` and the example
under the pointer up to, and until, the next space characters.
<kbd>left</kbd> - **triple-click**
: Selects the everything between enclosing quotes, or the entire row
: Selects everything between enclosing quotes, or the entire row
if not inside a quote.
<kbd>left</kbd> - **quad-click**
@ -416,7 +416,7 @@ to XTerm's `metaSendsEscape` option set to `true`.
This can be disabled programmatically with `\E[?1036l` (and enabled
again with `\E[?1036h`).
When disabled, foot will instead set the 8:th bit of meta character
When disabled, foot will instead set the 8th bit of meta character
and then UTF-8 encode it. This corresponds to XTerm's `eightBitMeta`
option set to `true`.
@ -486,7 +486,7 @@ are expected to behave, foot >= 1.15 will default to scaling fonts
using the compositor's scaling factor, and **not** the monitor
DPI.
This means the (assuming the monitors are at the same viewing
This means that (assuming the monitors are at the same viewing
distance) the font size will appear to change when you move the foot
window across different monitors, **unless** you have configured the
monitors' scaling factors correctly in the compositor.

11
report_ex2.md Normal file
View file

@ -0,0 +1,11 @@
##Exercise 2: Forking
![-](1.png)
![-](2.png)
![-](3.png)
![-](4.png)
Regularly syncing a fork with upstream is crucial to ensure your local copy doesn't fall behind the original project. This prevents complex merge conflicts and ensures that any new features you develop are built on top of the most current version of the code.
#3
origin https://codeberg.org/faxilion/foot.git (fetch)
origin https://codeberg.org/faxilion/foot.git (push)