summaryrefslogtreecommitdiff
path: root/openbox/config.h
diff options
context:
space:
mode:
authorMikael Magnusson <mikachu@comhem.se>2004-02-19 14:33:59 +0000
committerMikael Magnusson <mikachu@comhem.se>2004-02-19 14:33:59 +0000
commit77af27b8b23024231d3c013c45c7a9ce77aeda53 (patch)
tree20823b0dc06448fbdc8cb49e212f071417d1f035 /openbox/config.h
parent3c28739a0e816114826303f4b36501a7dd077574 (diff)
add setting <desktops><firstdesk>num<//> to set which desktop to start on, also fix a guint that should be gint. (used to let you say you want negative number of desktops)
Diffstat (limited to 'openbox/config.h')
-rw-r--r--openbox/config.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/openbox/config.h b/openbox/config.h
index 88127626..4d3f3e5e 100644
--- a/openbox/config.h
+++ b/openbox/config.h
@@ -74,6 +74,8 @@ extern gchar *config_title_layout;
/*! The number of desktops */
extern gint config_desktops_num;
+/*! Desktop to start on, put 5 to start in the center of a 3x3 grid */
+extern gint config_screen_firstdesk;
/*! Names for the desktops */
extern GSList *config_desktops_names;