summaryrefslogtreecommitdiff
path: root/openbox/openbox.c
diff options
context:
space:
mode:
Diffstat (limited to 'openbox/openbox.c')
-rw-r--r--openbox/openbox.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/openbox/openbox.c b/openbox/openbox.c
index 06e804ff..39c02035 100644
--- a/openbox/openbox.c
+++ b/openbox/openbox.c
@@ -100,6 +100,8 @@ int main(int argc, char **argv)
textdomain(PACKAGE_NAME);
g_set_prgname(argv[0]);
+
+ chdir(g_get_home_dir());
parse_paths_startup();