X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=openbox%2Fconfig.h;h=fc1d217e4d000000a23d6e8565dc54b2e85ef9bc;hb=f866c034bf6e954791442ff029d5ae51ab0bd616;hp=890b002a8ec95d9ff169f1f336ea860612b90107;hpb=7a679dd1989ee0b5b36ab2d6b16af47be8a537ad;p=chaz%2Fopenbox diff --git a/openbox/config.h b/openbox/config.h index 890b002a..fc1d217e 100644 --- a/openbox/config.h +++ b/openbox/config.h @@ -38,6 +38,8 @@ struct _ObAppSettings GPatternSpec *class; GPatternSpec *name; GPatternSpec *role; + GPatternSpec *group_class; + GPatternSpec *group_name; GPatternSpec *title; ObClientType type; @@ -45,10 +47,16 @@ struct _ObAppSettings gboolean pos_given; gboolean pos_force; + gint width_num; + gint width_denom; + gint height_num; + gint height_denom; + guint desktop; gint shade; gint decor; gint focus; + ObPlaceMonitor monitor_type; gint monitor; gint iconic; gint skip_pager;