Set the I3_SOCKET_PATH and I3_CONFIG_PATH atoms on the X11 root window
This commit is contained in:
@ -29,3 +29,5 @@ xmacro(WM_NAME)
|
||||
xmacro(WM_CLASS)
|
||||
xmacro(STRING)
|
||||
xmacro(CARDINAL)
|
||||
xmacro(I3_SOCKET_PATH)
|
||||
xmacro(I3_CONFIG_PATH)
|
||||
|
@ -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;
|
||||
|
||||
|
Reference in New Issue
Block a user