summaryrefslogtreecommitdiff
path: root/src/globals.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/globals.h')
-rw-r--r--src/globals.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/globals.h b/src/globals.h
index a1665fb..f6d43a8 100644
--- a/src/globals.h
+++ b/src/globals.h
@@ -121,6 +121,12 @@ extern int kill_signalled;
extern int hup_signalled;
extern int chld_signalled;
+/* When set to a string, ratpoison should exec the command. The reason
+ this variable is needed and why it is not exec'd in cmd_newwm is
+ because if called with ratpoison -c, the rp -c process never
+ returns. */
+extern char *rp_exec_newwm;
+
/* rudeness levels */
extern int rp_honour_transient_raise;
extern int rp_honour_normal_raise;