]> Dogcows Code - chaz/openbox/blobdiff - openbox/config.h
Allow window matching based on the group leader's name and class (Fix bug 5721)
[chaz/openbox] / openbox / config.h
index 890b002a8ec95d9ff169f1f336ea860612b90107..43386d3c319a02d4a191204bc41a4cbd19758fb2 100644 (file)
@@ -38,6 +38,8 @@ struct _ObAppSettings
     GPatternSpec *class;
     GPatternSpec *name;
     GPatternSpec *role;
+    GPatternSpec *group_class;
+    GPatternSpec *group_name;
     GPatternSpec *title;
     ObClientType  type;
 
@@ -49,6 +51,7 @@ struct _ObAppSettings
     gint shade;
     gint decor;
     gint focus;
+    ObPlaceMonitor monitor_type;
     gint monitor;
     gint iconic;
     gint skip_pager;
This page took 0.024958 seconds and 4 git commands to generate.