From dade0795761a00d170e8f5485ab31c435bb7d4a4 Mon Sep 17 00:00:00 2001 From: Clayton Craft Date: Sat, 22 May 2021 10:53:09 -0700 Subject: [PATCH] foot.ini: use correct name for command-focused param This expects a hyphen, not underscore, in the option name: err: config.c:892: /home/user/.config/foot/foot.ini:34: [bell]: command_focused: invalid key --- foot.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/foot.ini b/foot.ini index 12bb0aa7..e190933f 100644 --- a/foot.ini +++ b/foot.ini @@ -33,7 +33,7 @@ # urgent=no # notify=no # command= -# command_focused=no +# command-focused=no [scrollback] # lines=1000