default config: don’t use /tmp/nestedcons, better description of ipc-socket
This commit is contained in:
parent
df0b7bed48
commit
c6352ded4e
|
@ -7,8 +7,9 @@ font -misc-fixed-medium-r-normal--13-120-75-75-C-70-iso10646-1
|
||||||
# Use Mouse+Mod1 to drag floating windows to their wanted position
|
# Use Mouse+Mod1 to drag floating windows to their wanted position
|
||||||
floating_modifier Mod1
|
floating_modifier Mod1
|
||||||
|
|
||||||
# temporary path during development
|
# Enable Inter Process Communication (IPC) for i3bar, i3msg, etc.
|
||||||
ipc-socket /tmp/nestedcons
|
# socket will be stored in /tmp/i3-<user>/ipc-socket.<pid>
|
||||||
|
ipc-socket
|
||||||
|
|
||||||
# Open empty container
|
# Open empty container
|
||||||
bindsym Mod1+Shift+Return open
|
bindsym Mod1+Shift+Return open
|
||||||
|
|
Loading…
Reference in New Issue