Skip to content

Commit

Permalink
Read keynavrc from working directory
Browse files Browse the repository at this point in the history
Note that this is technically non-standard behaviour (i.e. differs from
the original keynav).
  • Loading branch information
lesderid committed Dec 27, 2022
1 parent 088e45a commit ab028cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/keynavish/config.d
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,6 @@ enum programUrl = "https://github.com/lesderid/keynavish";
enum usageHelpString = "Usage: " ~ programName ~ ".exe [options] [optional-startup-commands]\r\n" ~
"Example: " ~ programName ~ ".exe \"loadconfig ~/myconfigs/keynavrc,loadconfig ~/myconfigs/anotherkeynavrc\"\r\n";

enum configFilePaths = ["~/.keynavrc", "~/keynavrc", "~/.config/keynav/keynavrc"];
enum configFilePaths = ["keynavrc", "~/.keynavrc", "~/keynavrc", "~/.config/keynav/keynavrc"];

enum unhandledExceptionMessage = "This is a bug, please press Ctrl+C and report it at https://github.com/lesderid/keynavish/issues/new.";

0 comments on commit ab028cf

Please sign in to comment.