summaryrefslogtreecommitdiff
path: root/openbox/prop.c
diff options
context:
space:
mode:
authorDana Jansens <danakj@orodu.net>2007-04-21 22:06:47 +0000
committerDana Jansens <danakj@orodu.net>2007-04-21 22:06:47 +0000
commit78d725009812d3aed87024264f0112ca9968519a (patch)
tree5057b93f266d4cb8945dde2b46b636ce7d9404ce /openbox/prop.c
parent8a972b38791695f3e4f1b73f6b27a82fb20109c9 (diff)
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
Diffstat (limited to 'openbox/prop.c')
-rw-r--r--openbox/prop.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/openbox/prop.c b/openbox/prop.c
index 3b73b8f2..b3c65d31 100644
--- a/openbox/prop.c
+++ b/openbox/prop.c
@@ -2,7 +2,7 @@
prop.c 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
@@ -154,6 +154,7 @@ void prop_startup()
CREATE(esetrootid, "ESETROOT_PMAP_ID");
CREATE(openbox_pid, "_OPENBOX_PID");
+ CREATE(openbox_rc, "_OPENBOX_RC");
CREATE(ob_wm_state_undecorated, "_OB_WM_STATE_UNDECORATED");
CREATE(ob_control, "_OB_CONTROL");
}