From 253e5ac1aade02619ddfafc595d4c8fec5b59b55 Mon Sep 17 00:00:00 2001 From: Raimund Sacherer Date: Wed, 1 Nov 2023 16:24:43 +0100 Subject: [PATCH] Default value fixes and typos. --- config.c | 2 +- foot.ini | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/config.c b/config.c index b07578b2..12926eed 100644 --- a/config.c +++ b/config.c @@ -3061,7 +3061,7 @@ config_load(struct config *conf, const char *conf_path, .flash = 0x7f7f00, .flash_alpha = 0x7fff, .crosshair = default_foreground, - .crosshair_alpha = 0xffff, + .crosshair_alpha = 0x7fff, .alpha = 0xffff, .selection_fg = 0x80000000, /* Use default bg */ .selection_bg = 0x80000000, /* Use default fg */ diff --git a/foot.ini b/foot.ini index c9e8bd72..3ca6df6f 100644 --- a/foot.ini +++ b/foot.ini @@ -81,7 +81,7 @@ # flash=7f7f00 # flash-alpha=0.5 # crosshair=ffffff -# crosshair_alpha=1.0 +# crosshair-alpha=0.5 ## Normal/regular colors (color palette 0-7) # regular0=242424 # black @@ -170,6 +170,7 @@ # crosshair-fix-position=Control+Shift+f # crosshair-use-pixel-position=Control+Shift+p # crosshair-use-mouse-position=Control+Shift+m +# crosshair-style=Control+Shift+s # noop=none [search-bindings]