Bugfix: correctly store the config path for using it for I3_CONFIG_PATH later

This commit is contained in:
Michael Stapelberg
2011-03-19 21:50:13 +01:00
parent 9344b9790c
commit 626c65b0d8
3 changed files with 7 additions and 3 deletions

View File

@ -22,7 +22,7 @@
#include "i3.h"
typedef struct Config Config;
extern const char *saved_configpath;
extern const char *current_configpath;
extern Config config;
extern SLIST_HEAD(modes_head, Mode) modes;