Merge pull request #1959 from hwangcc23/fix-1926

Check duplicated bindings after translating keysym
This commit is contained in:
Michael Stapelberg
2015-10-02 19:51:42 +02:00
3 changed files with 54 additions and 25 deletions

View File

@ -31,6 +31,11 @@ struct ConfigResultIR {
struct ConfigResultIR *parse_config(const char *input, struct context *context);
/**
* launch nagbar to indicate errors in the configuration file.
*/
void start_config_error_nagbar(const char *configpath, bool has_errors);
/**
* Parses the given file by first replacing the variables, then calling
* parse_config and launching i3-nagbar if use_nagbar is true.