mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-03-21 05:33:45 -04: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
|
# urgent=no
|
||||||
# notify=no
|
# notify=no
|
||||||
# command=
|
# command=
|
||||||
# command_focused=no
|
# command-focused=no
|
||||||
|
|
||||||
[scrollback]
|
[scrollback]
|
||||||
# lines=1000
|
# lines=1000
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue