From 77af27b8b23024231d3c013c45c7a9ce77aeda53 Mon Sep 17 00:00:00 2001 From: Mikael Magnusson Date: Thu, 19 Feb 2004 14:33:59 +0000 Subject: add setting 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) --- openbox/config.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'openbox/config.h') 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; -- cgit v1.2.3