From 78d725009812d3aed87024264f0112ca9968519a Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Sat, 21 Apr 2007 22:06:47 +0000 Subject: add --debug-focus add --config-file: to specify a config file to use. set OPENBOX_RC property on the root window containing the path of the RC file being the full path to the RC file being used by openbox --- openbox/prop.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'openbox/prop.h') diff --git a/openbox/prop.h b/openbox/prop.h index 18193663..386b7a8a 100644 --- a/openbox/prop.h +++ b/openbox/prop.h @@ -2,7 +2,7 @@ prop.h for the Openbox window manager Copyright (c) 2006 Mikael Magnusson - Copyright (c) 2003 Ben Jansens + Copyright (c) 2003-2007 Dana Jansens This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -168,6 +168,7 @@ typedef struct Atoms { /* Openbox specific atoms */ Atom openbox_pid; + Atom openbox_rc; Atom ob_wm_state_undecorated; Atom ob_control; } Atoms; -- cgit v1.2.3