summaryrefslogtreecommitdiff
path: root/include/sway/config.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/sway/config.h')
-rw-r--r--include/sway/config.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/sway/config.h b/include/sway/config.h
index d84eef69..04e2969e 100644
--- a/include/sway/config.h
+++ b/include/sway/config.h
@@ -500,6 +500,8 @@ struct sway_config {
bool titlebar_separator;
bool scratchpad_minimize;
+ list_t *layer_criteria;
+
char *swaynag_command;
struct swaynag_instance swaynag_config_errors;
list_t *symbols;
@@ -765,6 +767,8 @@ int config_get_blur_size();
bool config_should_parameters_blur();
+bool config_should_parameters_shadow();
+
/* Global config singleton. */
extern struct sway_config *config;