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.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'openbox/prop.h') diff --git a/openbox/prop.h b/openbox/prop.h index 4ae9e775..75431b95 100644 --- a/openbox/prop.h +++ b/openbox/prop.h @@ -184,7 +184,7 @@ typedef struct Atoms { Atom openbox_wm_state_undecorated; Atom openbox_pid; - Atom openbox_rc; + Atom openbox_config; Atom openbox_control; } Atoms; Atoms prop_atoms; -- cgit v1.2.3