]> git.sur5r.net Git - i3/i3/commit
ipc: change default socket path to ~/.i3/ipc.sock, enable in default config
authorMichael Stapelberg <michael@stapelberg.de>
Sat, 27 Mar 2010 13:43:36 +0000 (14:43 +0100)
committerMichael Stapelberg <michael@stapelberg.de>
Sat, 27 Mar 2010 13:43:36 +0000 (14:43 +0100)
commit34f79416d554bce023358dd29e7572e9300e5f83
tree36720f1e85907d32e182db1b88c73c93f8449b64
parent2ac12eca170184b53f4fc9caa87012392285089e
ipc: change default socket path to ~/.i3/ipc.sock, enable in default config

Having the IPC socket is handy, so enable it by default. Also, if
you have > 1 user running i3 on the same machine, the old path of
/tmp/i3-ipc.sock is not so useful. On the other hand, we needed
quite a bit of changes to make tilde expansion and creation of
directories (mkdir -p) work…
i3.config
include/config.h
src/config.c
src/ipc.c