mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-02-07 04:06:07 -05:00
config: move cursor.hide-when-typing to mouse.hide-when-typing
This commit is contained in:
parent
8f04e898af
commit
d929862245
6 changed files with 38 additions and 10 deletions
|
|
@ -110,9 +110,6 @@ applications can change these at runtime.
|
|||
Boolean. Enables blinking cursor. Note that this can be overridden
|
||||
by applications. Default: _no_.
|
||||
|
||||
*hide-when-typing*
|
||||
Boolean. When enabled, the mouse cursor is hidden while typing.
|
||||
|
||||
*color*
|
||||
Two RRGGBB values specifying the foreground (text) and background
|
||||
(cursor) colors for the cursor. Default: inversed foreground and
|
||||
|
|
@ -120,6 +117,13 @@ applications can change these at runtime.
|
|||
cursor. The other cursor styles are always rendered with the
|
||||
foreground color.
|
||||
|
||||
|
||||
# SECTION: mouse
|
||||
|
||||
*hide-when-typing*
|
||||
Boolean. When enabled, the mouse cursor is hidden while typing.
|
||||
|
||||
|
||||
# SECTION: colors
|
||||
|
||||
This section controls the 16 ANSI colors and the default foreground
|
||||
|
|
@ -152,6 +156,7 @@ _alpha_ option.
|
|||
Background translucency. A value in the range 0.0-1.0, where 0.0
|
||||
means completely transparent, and 1.0 is opaque. Default: _1.0_.
|
||||
|
||||
|
||||
# SECTION: csd
|
||||
|
||||
This section controls the look of the _CSDs_ (Client Side
|
||||
|
|
@ -193,6 +198,7 @@ component.
|
|||
Close button's AARRGGBB color. Default: use the default _regular1_
|
||||
color (red).
|
||||
|
||||
|
||||
# SECTION: key-bindings
|
||||
|
||||
This section lets you override the default key bindings.
|
||||
|
|
@ -276,6 +282,7 @@ e.g. *search-start=none*.
|
|||
|
||||
Default: _not bound_
|
||||
|
||||
|
||||
# SECTION: search-bindings
|
||||
|
||||
This section lets you override the default key bindings used in
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue