mirror of
https://github.com/swaywm/sway.git
synced 2026-04-29 06:46:22 -04:00
Load up security.d/* on startup
This commit is contained in:
parent
14f89600a8
commit
bce7068b65
2 changed files with 17 additions and 3 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue