aboutsummaryrefslogtreecommitdiffstats
path: root/include/sway
diff options
context:
space:
mode:
authorLibravatar Geoffrey Casper <gcasper42@gmail.com>2020-07-04 12:28:19 -0400
committerLibravatar Simon Ser <contact@emersion.fr>2020-07-15 19:27:12 +0200
commitf5ba5cbcf6b486ba8422245ed982f354ba84e2d2 (patch)
treedf9ddfe08b0b4fcb056e95efcc23f0e8a47455d0 /include/sway
parentprotocols: sync wlr-layer-shell-unstable-v1 with wlroots (diff)
downloadsway-f5ba5cbcf6b486ba8422245ed982f354ba84e2d2.tar.gz
sway-f5ba5cbcf6b486ba8422245ed982f354ba84e2d2.tar.zst
sway-f5ba5cbcf6b486ba8422245ed982f354ba84e2d2.zip
Reload command now matches i3's implementation
(cherry picked from commit ea3ba203cc65671d9bf9da5ddbc698b18ed7685c)
Diffstat (limited to 'include/sway')
-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;