aboutsummaryrefslogtreecommitdiffstats
path: root/include/sway/config.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/sway/config.h')
-rw-r--r--include/sway/config.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/sway/config.h b/include/sway/config.h
index 59f22ae2..2a1df2b6 100644
--- a/include/sway/config.h
+++ b/include/sway/config.h
@@ -559,7 +559,7 @@ struct sway_config {
559 struct sway_node *node; 559 struct sway_node *node;
560 struct sway_container *container; 560 struct sway_container *container;
561 struct sway_workspace *workspace; 561 struct sway_workspace *workspace;
562 bool using_criteria; 562 bool node_overridden; // True if the node is selected by means other than focus
563 struct { 563 struct {
564 int argc; 564 int argc;
565 char **argv; 565 char **argv;