Load up security.d/* on startup

This commit is contained in:
Drew DeVault 2018-08-01 21:33:47 -04:00
parent 14f89600a8
commit bce7068b65
2 changed files with 17 additions and 3 deletions

View file

@ -461,6 +461,8 @@ void free_sway_variable(struct sway_variable *var);
*/
char *do_var_replacement(char *str);
struct cmd_results *check_security_config(struct sway_config *config);
int input_identifier_cmp(const void *item, const void *data);
struct input_config *new_input_config(const char* identifier);