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:
Clayton Craft 2021-05-22 10:53:09 -07:00
parent e37a6db19c
commit dade079576
No known key found for this signature in database
GPG key ID: 7A3461CA187CEA54

View file

@ -33,7 +33,7 @@
# urgent=no
# notify=no
# command=
# command_focused=no
# command-focused=no
[scrollback]
# lines=1000