summaryrefslogtreecommitdiffstats
path: root/include/sway/config.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/sway/config.h')
-rw-r--r--include/sway/config.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/include/sway/config.h b/include/sway/config.h
index 2c6b83e7..4a14cd36 100644
--- a/include/sway/config.h
+++ b/include/sway/config.h
@@ -373,4 +373,9 @@ struct bar_config *default_bar_config(void);
373 */ 373 */
374extern struct sway_config *config; 374extern struct sway_config *config;
375 375
376/**
377 * Config file currently being read.
378 */
379extern const char *current_config_path;
380
376#endif 381#endif