summaryrefslogtreecommitdiffstats
path: root/include/x11-helper.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/x11-helper.h')
-rw-r--r--include/x11-helper.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/x11-helper.h b/include/x11-helper.h
index d2cb6904..34454405 100644
--- a/include/x11-helper.h
+++ b/include/x11-helper.h
@@ -34,6 +34,8 @@ void window_set_atom_prop ( xcb_connection_t *xcb_connection, xcb_window_t w, xc
// usable space on a monitor
#define EWMH_ATOMS( X ) \
X ( _NET_WM_WINDOW_OPACITY ), \
+ X ( RESOURCE_MANAGER ), \
+ X ( I3_SOCKET_PATH ), \
X ( WM_WINDOW_ROLE)
enum { EWMH_ATOMS ( ATOM_ENUM ), NUM_NETATOMS };