mirror of
https://github.com/swaywm/sway.git
synced 2025-11-09 13:29:49 -05:00
Add IPC policy to config
Also reduces enum abuse, cc @minus7
This commit is contained in:
parent
0a1b211e09
commit
e9e1a6a409
4 changed files with 8 additions and 6 deletions
|
|
@ -345,6 +345,7 @@ static void config_defaults(struct sway_config *config) {
|
|||
// Security
|
||||
config->command_policies = create_list();
|
||||
config->feature_policies = create_list();
|
||||
config->ipc_policy = UINT32_MAX;
|
||||
}
|
||||
|
||||
static int compare_modifiers(const void *left, const void *right) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue