]> git.sur5r.net Git - i3/i3.github.io/blobdiff - _docs/i3.man
add i3 4.1.2 to downloads
[i3/i3.github.io] / _docs / i3.man
index 868ff8ccd4f601ed0b628d72a86d76b1971c623b..2e14fce77071e7cf75ef057c2cfcf04155a45cd9 100644 (file)
@@ -238,9 +238,10 @@ bindsym Mod1+Shift+r restart
 # exit i3 (logs you out of your X session)
 bindsym Mod1+Shift+e exit
 
-# Start i3bar to display a workspace bar (plus the system information i3status
-# finds out, if available)
-exec i3status | i3bar -d
+# display workspace buttons plus a statusline generated by i3status
+bar {
+    status_command i3status
+}
 -------------------------------------------------------------
 
 === ~/.xsession
@@ -293,9 +294,10 @@ exec /usr/bin/i3 -V -d all >> ~/.i3/logfile
 === I3SOCK
 
 This variable overwrites the IPC socket path (placed in
-/tmp/i3-%u/ipc-socket.%p by default, where %u is replaced with your UNIX
-username and %p is replaced with i3’s PID). The IPC socket is used by external
-programs like i3-msg(1) or i3bar(1).
+/tmp/i3-%u.XXXXXX/ipc-socket.%p by default, where %u is replaced with your UNIX
+username, %p is replaced with i3’s PID and XXXXXX is a string of random
+characters from the portable filename character set (see mkdtemp(3))). The IPC
+socket is used by external programs like i3-msg(1) or i3bar(1).
 
 == TODO