Load configuration file from ~/.i3/config or /etc/i3/config

This commit is contained in:
Michael Stapelberg
2009-03-04 09:16:18 +01:00
parent 3c6d4f7663
commit 415b5cc0e8
3 changed files with 34 additions and 12 deletions

View File

@ -304,7 +304,7 @@ int main(int argc, char *argv[], char *env[]) {
byChild = alloc_table();
byParent = alloc_table();
load_configuration("i3.config");
load_configuration(NULL);
c = xcb_connect(NULL, &screens);