aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOrestis Floros <orestisflo@gmail.com>2023-04-10 18:36:02 +0200
committerGitHub <noreply@github.com>2023-04-10 18:36:02 +0200
commit13474ff7874b093abb4fdf2b4cadb98e5a96efd1 (patch)
tree6c12ce9a30aa73c9386d115e0532798933c19496
parent74785f479582c885b871b209b79c3a637021357e (diff)
downloadi3-13474ff7874b093abb4fdf2b4cadb98e5a96efd1.tar.gz
i3-13474ff7874b093abb4fdf2b4cadb98e5a96efd1.zip
man page: Update outdated information (#5478)
Instead of correcting some of them, I completely deleted them since the userguide is always more up-to-date. Fixes #5477
-rw-r--r--man/i3.man23
1 files changed, 8 insertions, 15 deletions
diff --git a/man/i3.man b/man/i3.man
index 1974f0b9..b2433108 100644
--- a/man/i3.man
+++ b/man/i3.man
@@ -317,32 +317,25 @@ xsetroot -solid "#333333"
# Enable core dumps in case something goes wrong
ulimit -c unlimited
-# Start i3 and log to ~/.i3/logfile
-echo "Starting at $(date)" >> ~/.i3/logfile
-exec /usr/bin/i3 -V -d all >> ~/.i3/logfile
+# Start i3 and log to ~/.local/share/i3/log
+mkdir -p ~/.local/share/i3
+echo "Starting at $(date)" >> ~/.local/share/i3/log
+exec /usr/bin/i3 -V -d all >> ~/.local/share/i3/log
-------------------------------------------------------------
== ENVIRONMENT
=== I3SOCK
-This variable overwrites the IPC socket path (placed in
-/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
-
-There is still lot of work to do. Please check our bugtracker for up-to-date
-information about tasks which are still not finished.
+This variable overwrites the IPC socket path (see userguide for default
+location). The IPC socket is used by external programs like i3-msg(1), i3bar(1)
+or user-made scripts.
== SEE ALSO
You should have a copy of the userguide (featuring nice screenshots/graphics
which is why this is not integrated into this manpage), the debugging guide,
-and the "how to hack" guide. If you are building from source, run:
- +make -C docs+
+and the "how to hack" guide.
You can also access these documents online at https://i3wm.org/