diff options
| -rw-r--r-- | openbox/session.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/openbox/session.c b/openbox/session.c index c38a8204..56ae7ab1 100644 --- a/openbox/session.c +++ b/openbox/session.c @@ -99,7 +99,8 @@ void session_startup(gint argc, gchar **argv) sm_argv = argv; p = obt_paths_new(); - dir = g_build_filename(obt_paths_data_home(p), "openbox", "sessions",NULL); + dir = g_build_filename(obt_paths_cache_home(p), + "openbox", "sessions", NULL); obt_paths_unref(p), p = NULL; if (!obt_paths_mkdir_path(dir, 0700)) { |
