From aac42689ebf05932067976590294c466dd96bcd4 Mon Sep 17 00:00:00 2001 From: Michael Stapelberg Date: Thu, 30 Jul 2015 22:28:47 +0200 Subject: [PATCH] update docs for 4.10.3 --- _docs/debugging | 2 +- _docs/userguide | 10 +++++++++- docs/debugging.html | 4 ++-- docs/hacking-howto.html | 2 +- docs/i3bar-protocol.html | 2 +- docs/ipc.html | 2 +- docs/layout-saving.html | 2 +- docs/multi-monitor.html | 2 +- docs/testsuite.html | 2 +- docs/userguide.html | 10 ++++++++-- docs/wsbar.html | 2 +- 11 files changed, 27 insertions(+), 13 deletions(-) diff --git a/_docs/debugging b/_docs/debugging index 1253b0c..6622b14 100644 --- a/_docs/debugging +++ b/_docs/debugging @@ -10,7 +10,7 @@ Thank you for being interested in debugging i3. It really means something to us to get your bug fixed. If you have any questions about the process and/or need further help, do not hesitate to contact us! -== Verify you are using i3 ≥ 4.7 +== Verify you are using i3 ≥ 4.10.3 Only the latest major version of i3 is supported, i.e. version 4.7 currently. To verify which version you are running, use: diff --git a/_docs/userguide b/_docs/userguide index 80de5c8..820f539 100644 --- a/_docs/userguide +++ b/_docs/userguide @@ -699,6 +699,10 @@ commands will not run when restarting i3, if you need a command to run also when restarting i3 you should use the +exec_always+ keyword. These commands will be run in order. +See <> for details on the special meaning of +;+ (semicolon) +and +,+ (comma): they chain commands together in i3, so you need to use quoted +strings if they appear in your command. + *Syntax*: ------------------- exec [--no-startup-id] command @@ -1466,7 +1470,11 @@ information on how to use them. What good is a window manager if you can’t actually start any applications? The exec command starts an application by passing the command you specify to a shell. This implies that you can use globbing (wildcards) and programs will be -searched in your $PATH. +searched in your +$PATH+. + +See <> for details on the special meaning of +;+ (semicolon) +and +,+ (comma): they chain commands together in i3, so you need to use quoted +strings if they appear in your command. *Syntax*: ------------------------------ diff --git a/docs/debugging.html b/docs/debugging.html index 99ff408..6b52409 100644 --- a/docs/debugging.html +++ b/docs/debugging.html @@ -4,7 +4,7 @@ - + i3: Debugging i3: How To @@ -44,7 +44,7 @@ process and/or need further help, do not hesitate to contact us!

-

1. Verify you are using i3 ≥ 4.7

+

1. Verify you are using i3 ≥ 4.10.3

Only the latest major version of i3 is supported, i.e. version 4.7 currently. To verify which version you are running, use:

diff --git a/docs/hacking-howto.html b/docs/hacking-howto.html index 226e903..0b9aaba 100644 --- a/docs/hacking-howto.html +++ b/docs/hacking-howto.html @@ -4,7 +4,7 @@ - + i3: Hacking i3: How To diff --git a/docs/i3bar-protocol.html b/docs/i3bar-protocol.html index 87f6853..56f657c 100644 --- a/docs/i3bar-protocol.html +++ b/docs/i3bar-protocol.html @@ -4,7 +4,7 @@ - + i3: i3bar input protocol diff --git a/docs/ipc.html b/docs/ipc.html index 57e5eb1..a616b4a 100644 --- a/docs/ipc.html +++ b/docs/ipc.html @@ -4,7 +4,7 @@ - + i3: IPC interface (interprocess communication) diff --git a/docs/layout-saving.html b/docs/layout-saving.html index 4eaffbe..65f7df3 100644 --- a/docs/layout-saving.html +++ b/docs/layout-saving.html @@ -4,7 +4,7 @@ - + i3: Layout saving in i3 diff --git a/docs/multi-monitor.html b/docs/multi-monitor.html index 06f5d37..2cad4d6 100644 --- a/docs/multi-monitor.html +++ b/docs/multi-monitor.html @@ -4,7 +4,7 @@ - + i3: The multi-monitor situation diff --git a/docs/testsuite.html b/docs/testsuite.html index 8af4a84..a3dc39a 100644 --- a/docs/testsuite.html +++ b/docs/testsuite.html @@ -4,7 +4,7 @@ - + i3: i3 testsuite diff --git a/docs/userguide.html b/docs/userguide.html index 4a52eed..b50a31d 100644 --- a/docs/userguide.html +++ b/docs/userguide.html @@ -4,7 +4,7 @@ - + i3: i3 User’s Guide @@ -749,6 +749,9 @@ which commands will be performed by i3 on initial startup. exec commands will not run when restarting i3, if you need a command to run also when restarting i3 you should use the exec_always keyword. These commands will be run in order.

+

See [command_chaining] for details on the special meaning of ; (semicolon) +and , (comma): they chain commands together in i3, so you need to use quoted +strings if they appear in your command.

Syntax:

@@ -1620,7 +1623,10 @@ information on how to use them.

What good is a window manager if you can’t actually start any applications? The exec command starts an application by passing the command you specify to a shell. This implies that you can use globbing (wildcards) and programs will be -searched in your $PATH.

+searched in your $PATH.

+

See [command_chaining] for details on the special meaning of ; (semicolon) +and , (comma): they chain commands together in i3, so you need to use quoted +strings if they appear in your command.

Syntax:

diff --git a/docs/wsbar.html b/docs/wsbar.html index c7c1db2..eb56c54 100644 --- a/docs/wsbar.html +++ b/docs/wsbar.html @@ -4,7 +4,7 @@ - + i3: External workspace bars -- 2.39.5