From a6aaabe62c3651169dda9a1a34bcec64dad4ee92 Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Sat, 5 May 2007 23:54:04 +0000 Subject: change the --config-file to --config, which works differently.. change the _OPENBOX_RC root property to _OPENBOX_CONFIG which is also different. --- openbox/prop.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'openbox/prop.c') diff --git a/openbox/prop.c b/openbox/prop.c index 9f2d48b4..4d366a59 100644 --- a/openbox/prop.c +++ b/openbox/prop.c @@ -163,7 +163,7 @@ void prop_startup() */ CREATE(openbox_pid, "_OPENBOX_PID"); - CREATE(openbox_rc, "_OPENBOX_RC"); + CREATE(openbox_config, "_OPENBOX_CONFIG"); CREATE(openbox_wm_state_undecorated, "_OB_WM_STATE_UNDECORATED"); CREATE(openbox_control, "_OB_CONTROL"); } -- cgit v1.2.3