This feature defaults to off, and can be turned on for individual windows, or (with for_window) for all new windows. See the userguide change. This commit is partially based on work by: • Marius Muja • mickael9 • Esteve Varela Colominas • Bernardo Menicagli
25 lines
610 B
C
25 lines
610 B
C
// clang-format off
|
|
#define I3_REST_ATOMS_XMACRO \
|
|
xmacro(_NET_WM_USER_TIME) \
|
|
xmacro(_NET_STARTUP_ID) \
|
|
xmacro(_NET_WORKAREA) \
|
|
xmacro(_NET_WM_ICON) \
|
|
xmacro(WM_PROTOCOLS) \
|
|
xmacro(WM_DELETE_WINDOW) \
|
|
xmacro(UTF8_STRING) \
|
|
xmacro(WM_STATE) \
|
|
xmacro(WM_CLIENT_LEADER) \
|
|
xmacro(WM_TAKE_FOCUS) \
|
|
xmacro(WM_WINDOW_ROLE) \
|
|
xmacro(I3_SOCKET_PATH) \
|
|
xmacro(I3_CONFIG_PATH) \
|
|
xmacro(I3_SYNC) \
|
|
xmacro(I3_SHMLOG_PATH) \
|
|
xmacro(I3_PID) \
|
|
xmacro(I3_LOG_STREAM_SOCKET_PATH) \
|
|
xmacro(I3_FLOATING_WINDOW) \
|
|
xmacro(_NET_REQUEST_FRAME_EXTENTS) \
|
|
xmacro(_NET_FRAME_EXTENTS) \
|
|
xmacro(_MOTIF_WM_HINTS) \
|
|
xmacro(WM_CHANGE_STATE)
|