“error opening config file” is not an error #2
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
How to reproduce: Create
~/.config/hkd/config
and runhkd
.“error opening config file” gets printed although
hkd
works fine. A better message would be: “info: environment variable $XDG_CONFIG_HOME not set: falling back to ~/.config.” However, it would be even better to follow the rule of silence and print no message.you're right, I didn't know about the rule of silence before and the "error" messages are not useful apart from debugging.
I made it so that all the messages are disabled by default and -v turns them back on.