aboutsummaryrefslogtreecommitdiffstats
path: root/include/sway/config.h
diff options
context:
space:
mode:
authorLibravatar Geoffrey Casper <gcasper42@gmail.com>2020-07-04 12:28:19 -0400
committerLibravatar Brian Ashworth <bosrsf04@gmail.com>2020-07-07 17:15:57 -0400
commitea3ba203cc65671d9bf9da5ddbc698b18ed7685c (patch)
tree22ab793cfe435091addd12ba0a940a3975451a14 /include/sway/config.h
parentseat/dnd: support null drag icon surfaces (diff)
downloadsway-ea3ba203cc65671d9bf9da5ddbc698b18ed7685c.tar.gz
sway-ea3ba203cc65671d9bf9da5ddbc698b18ed7685c.tar.zst
sway-ea3ba203cc65671d9bf9da5ddbc698b18ed7685c.zip
Reload command now matches i3's implementation
Diffstat (limited to 'include/sway/config.h')
-rw-r--r--include/sway/config.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/sway/config.h b/include/sway/config.h
index b3fd6668..5ad240d3 100644
--- a/include/sway/config.h
+++ b/include/sway/config.h
@@ -500,6 +500,7 @@ struct sway_config {
500 struct side_gaps gaps_outer; 500 struct side_gaps gaps_outer;
501 501
502 list_t *config_chain; 502 list_t *config_chain;
503 bool user_config_path;
503 const char *current_config_path; 504 const char *current_config_path;
504 const char *current_config; 505 const char *current_config;
505 int current_config_line_number; 506 int current_config_line_number;