X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=_docs%2Fuserguide;h=820f539521a53531f756e250459bce8f98886221;hb=aac42689ebf05932067976590294c466dd96bcd4;hp=80de5c88e37af292682c070a00817653602e845a;hpb=9a6dd85c94ee8c9464447eaf0cbc3e5e93651e8e;p=i3%2Fi3.github.io 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*: ------------------------------