]> git.sur5r.net Git - i3/i3/blobdiff - src/xcb.c
Support matching _NET_WM_WINDOW_TYPE_NOTIFICATION
[i3/i3] / src / xcb.c
index 07f9281a58dba2f5284c58fe1aa256f8acf67eae..9d181cfa8c8ba28dbb4b5a35e14aca1c2ec2ce4d 100644 (file)
--- a/src/xcb.c
+++ b/src/xcb.c
@@ -175,7 +175,8 @@ xcb_atom_t xcb_get_preferred_window_type(xcb_get_property_reply_t *reply) {
             atoms[i] == A__NET_WM_WINDOW_TYPE_MENU ||
             atoms[i] == A__NET_WM_WINDOW_TYPE_DROPDOWN_MENU ||
             atoms[i] == A__NET_WM_WINDOW_TYPE_POPUP_MENU ||
-            atoms[i] == A__NET_WM_WINDOW_TYPE_TOOLTIP) {
+            atoms[i] == A__NET_WM_WINDOW_TYPE_TOOLTIP ||
+            atoms[i] == A__NET_WM_WINDOW_TYPE_NOTIFICATION) {
             return atoms[i];
         }
     }