From 7ffa091d5b464ce508023c3b5e5bc50a36be53fb Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Sun, 6 May 2007 22:57:49 +0000 Subject: change the perapp settings "head" option to "monitor" i think its easier to understand. some cleanup for perapp settings. make monitor and desktop be specified starting at 1, like elsewhere in the config file. --- openbox/config.h | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) (limited to 'openbox/config.h') diff --git a/openbox/config.h b/openbox/config.h index f85f4f11..41cf7482 100644 --- a/openbox/config.h +++ b/openbox/config.h @@ -23,12 +23,39 @@ #include "misc.h" #include "stacking.h" #include "place.h" +#include "geom.h" #include "render/render.h" #include struct _ObParseInst; +struct _ObAppSettings +{ + gchar *class; + gchar *name; + gchar *role; + + Point position; + gboolean center_x; + gboolean center_y; + gboolean pos_given; + + guint desktop; + gint shade; + gint decor; + gint focus; + gint monitor; + gint iconic; + gint skip_pager; + gint skip_taskbar; + gint max_horz; + gint max_vert; + gint fullscreen; + + gint layer; +}; + /*! Should new windows be focused */ extern gboolean config_focus_new; /*! Focus windows when the mouse enters them */ -- cgit v1.2.3