]> git.sur5r.net Git - i3/i3/blob - include/atoms.xmacro
Merge pull request #1909 from Airblader/feature-refactor-1
[i3/i3] / include / atoms.xmacro
1 xmacro(_NET_SUPPORTED)
2 xmacro(_NET_SUPPORTING_WM_CHECK)
3 xmacro(_NET_WM_NAME)
4 xmacro(_NET_WM_VISIBLE_NAME)
5 xmacro(_NET_WM_MOVERESIZE)
6 xmacro(_NET_WM_STATE_STICKY)
7 xmacro(_NET_WM_STATE_FULLSCREEN)
8 xmacro(_NET_WM_STATE_DEMANDS_ATTENTION)
9 xmacro(_NET_WM_STATE_MODAL)
10 xmacro(_NET_WM_STATE_HIDDEN)
11 xmacro(_NET_WM_STATE)
12 xmacro(_NET_WM_WINDOW_TYPE)
13 xmacro(_NET_WM_WINDOW_TYPE_NORMAL)
14 xmacro(_NET_WM_WINDOW_TYPE_DOCK)
15 xmacro(_NET_WM_WINDOW_TYPE_DIALOG)
16 xmacro(_NET_WM_WINDOW_TYPE_UTILITY)
17 xmacro(_NET_WM_WINDOW_TYPE_TOOLBAR)
18 xmacro(_NET_WM_WINDOW_TYPE_SPLASH)
19 xmacro(_NET_WM_WINDOW_TYPE_MENU)
20 xmacro(_NET_WM_WINDOW_TYPE_DROPDOWN_MENU)
21 xmacro(_NET_WM_WINDOW_TYPE_POPUP_MENU)
22 xmacro(_NET_WM_WINDOW_TYPE_TOOLTIP)
23 xmacro(_NET_WM_DESKTOP)
24 xmacro(_NET_WM_STRUT_PARTIAL)
25 xmacro(_NET_CLIENT_LIST)
26 xmacro(_NET_CLIENT_LIST_STACKING)
27 xmacro(_NET_CURRENT_DESKTOP)
28 xmacro(_NET_NUMBER_OF_DESKTOPS)
29 xmacro(_NET_DESKTOP_NAMES)
30 xmacro(_NET_DESKTOP_VIEWPORT)
31 xmacro(_NET_ACTIVE_WINDOW)
32 xmacro(_NET_CLOSE_WINDOW)
33 xmacro(_NET_STARTUP_ID)
34 xmacro(_NET_WORKAREA)
35 xmacro(WM_PROTOCOLS)
36 xmacro(WM_DELETE_WINDOW)
37 xmacro(UTF8_STRING)
38 xmacro(WM_STATE)
39 xmacro(WM_CLIENT_LEADER)
40 xmacro(WM_TAKE_FOCUS)
41 xmacro(WM_WINDOW_ROLE)
42 xmacro(I3_SOCKET_PATH)
43 xmacro(I3_CONFIG_PATH)
44 xmacro(I3_SYNC)
45 xmacro(I3_SHMLOG_PATH)
46 xmacro(I3_PID)
47 xmacro(_NET_REQUEST_FRAME_EXTENTS)
48 xmacro(_NET_FRAME_EXTENTS)
49 xmacro(_MOTIF_WM_HINTS)