mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-02-07 04:06:07 -05:00
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
This commit is contained in:
parent
e37a6db19c
commit
dade079576
1 changed files with 1 additions and 1 deletions
2
foot.ini
2
foot.ini
|
|
@ -33,7 +33,7 @@
|
|||
# urgent=no
|
||||
# notify=no
|
||||
# command=
|
||||
# command_focused=no
|
||||
# command-focused=no
|
||||
|
||||
[scrollback]
|
||||
# lines=1000
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue