Set the I3_SOCKET_PATH and I3_CONFIG_PATH atoms on the X11 root window

This commit is contained in:
Michael Stapelberg
2011-03-19 21:20:38 +01:00
parent 8b9aedd2bf
commit 65a3259b3c
4 changed files with 8 additions and 1 deletions

View File

@ -29,3 +29,5 @@ xmacro(WM_NAME)
xmacro(WM_CLASS)
xmacro(STRING)
xmacro(CARDINAL)
xmacro(I3_SOCKET_PATH)
xmacro(I3_CONFIG_PATH)

View File

@ -22,6 +22,7 @@
#include "i3.h"
typedef struct Config Config;
extern const char *saved_configpath;
extern Config config;
extern SLIST_HEAD(modes_head, Mode) modes;