]> Dogcows Code - chaz/openbox/blobdiff - obt/prop.c
Allow window matching based on the group leader's name and class (Fix bug 5721)
[chaz/openbox] / obt / prop.c
index d5af6a0bfafe17eee6c9d7fde355bce1bd5f3688..f7919d6c380a64d919d2d909a5f6cede435f5490 100644 (file)
@@ -107,6 +107,7 @@ void obt_prop_startup(void)
     CREATE_(NET_WM_ICON_GEOMETRY);
     CREATE_(NET_WM_PID);
     CREATE_(NET_WM_ALLOWED_ACTIONS);
+    CREATE_(NET_WM_WINDOW_OPACITY);
     CREATE_(NET_WM_USER_TIME);
 /*  CREATE_(NET_WM_USER_TIME_WINDOW); */
     CREATE_(KDE_NET_WM_FRAME_STRUT);
@@ -196,6 +197,8 @@ void obt_prop_startup(void)
     CREATE_(OB_APP_TITLE);
     CREATE_(OB_APP_NAME);
     CREATE_(OB_APP_CLASS);
+    CREATE_(OB_APP_GROUP_NAME);
+    CREATE_(OB_APP_GROUP_CLASS);
     CREATE_(OB_APP_TYPE);
 }
 
This page took 0.021635 seconds and 4 git commands to generate.