Display which config is used in --more_version

In the output of i3 --moreversion,
display the path of the used config and its last modified time.
This commit is contained in:
hwangcc23
2015-07-09 22:25:50 +08:00
parent b30d87ea81
commit 44367572c9
3 changed files with 28 additions and 2 deletions

View File

@ -814,6 +814,9 @@ IPC_HANDLER(get_version) {
ystr("human_readable");
ystr(i3_version);
ystr("loaded_config_file_name");
ystr(current_configpath);
y(map_close);
const unsigned char *payload;