mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-03-26 07:57:59 -04:00
doc: foot.5: minor highlighting fixes
This commit is contained in:
parent
54e4f8e407
commit
86de007311
1 changed files with 6 additions and 5 deletions
|
|
@ -1,7 +1,7 @@
|
||||||
foot.ini(5)
|
foot.ini(5)
|
||||||
|
|
||||||
# NAME
|
# NAME
|
||||||
foot.ini - configuration file
|
foot.ini - configuration file for *foot*(1)
|
||||||
|
|
||||||
# DESCRIPTION
|
# DESCRIPTION
|
||||||
|
|
||||||
|
|
@ -68,7 +68,7 @@ in this order:
|
||||||
Executable to launch. Typically a shell. Default: _$SHELL_ if set,
|
Executable to launch. Typically a shell. Default: _$SHELL_ if set,
|
||||||
otherwise the user's default shell (as specified in
|
otherwise the user's default shell (as specified in
|
||||||
_/etc/passwd_). You can also pass arguments. For example
|
_/etc/passwd_). You can also pass arguments. For example
|
||||||
"/bin/bash --norc".
|
*/bin/bash --norc*.
|
||||||
|
|
||||||
*login-shell*
|
*login-shell*
|
||||||
Boolean. If enabled, the shell will be launched as a login shell,
|
Boolean. If enabled, the shell will be launched as a login shell,
|
||||||
|
|
@ -143,7 +143,8 @@ applications can change these at runtime.
|
||||||
# SECTION: mouse
|
# SECTION: mouse
|
||||||
|
|
||||||
*hide-when-typing*
|
*hide-when-typing*
|
||||||
Boolean. When enabled, the mouse cursor is hidden while typing.
|
Boolean. When enabled, the mouse cursor is hidden while
|
||||||
|
typing. Default: _no_.
|
||||||
|
|
||||||
*alternate-scroll-mode*
|
*alternate-scroll-mode*
|
||||||
Boolean. This option controls the initial value for the _alternate
|
Boolean. This option controls the initial value for the _alternate
|
||||||
|
|
@ -254,8 +255,8 @@ combination is on the form _mod1+mod2+key_. The names of the modifiers
|
||||||
and the key *must* be valid XKB key names.
|
and the key *must* be valid XKB key names.
|
||||||
|
|
||||||
Note that if *Shift* is one of the modifiers, the _key_ *must* be in
|
Note that if *Shift* is one of the modifiers, the _key_ *must* be in
|
||||||
upper case. For example, *Control+Shift+v* will never trigger -
|
upper case. For example, *Control+Shift+v* will never trigger, but
|
||||||
*Control+Shift+V* is the correct way to write it.
|
*Control+Shift+V* will.
|
||||||
|
|
||||||
Note that *Alt* is usually called *Mod1*.
|
Note that *Alt* is usually called *Mod1*.
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue