From 32dae6b61865d6410ace139709716539bf525d26 Mon Sep 17 00:00:00 2001 From: Jan-Erik Rediger Date: Sun, 11 Apr 2010 20:49:25 +0200 Subject: [PATCH] generated manual --- man/i3-ipc.1 | 2 +- man/i3-ipc.1.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/man/i3-ipc.1 b/man/i3-ipc.1 index dbafc17..40963dd 100644 --- a/man/i3-ipc.1 +++ b/man/i3-ipc.1 @@ -44,7 +44,7 @@ These options can be used to change this behavior: . .TP \fB\-s\fR, \fB\-\-socket\fR -Set the socket file, defaults to /tmp/i3\-ipc.sock +Set the socket file, defaults to ~/.i3/ipc.sock . .TP \fB\-t\fR, \fB\-\-type\fR diff --git a/man/i3-ipc.1.html b/man/i3-ipc.1.html index fc5a985..e34f3d2 100644 --- a/man/i3-ipc.1.html +++ b/man/i3-ipc.1.html @@ -95,7 +95,7 @@

OPTIONS

These options can be used to change this behavior:

-
-s, --socket

Set the socket file, defaults to /tmp/i3-ipc.sock

+
-s, --socket

Set the socket file, defaults to ~/.i3/ipc.sock

-t, --type

Set the type. Passing a type of 0 is the default and will send the specified command, type 1 gets the current workspace list, type 2 subscribes to the workspace stream, type 3 gets the current output list.

-p, --pretty-print

This will pretty print the received reply. Useful for the workspace list.