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 and need to be escaped if
-you want to use them in your command.
+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
- exec_always [--no-startup-id] command
- -------------------
+ ---------------------------------------
+ exec [--no-startup-id] <command>
+ exec_always [--no-startup-id] <command>
+ ---------------------------------------
*Examples*:
--------------------------------
searched in your +$PATH+.
See <<command_chaining>> for details on the special meaning of +;+ (semicolon)
-and +,+ (comma): they chain commands together in i3 and need to be escaped if
-you want to use them in your command.
+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
- ------------------------------
+ --------------------------------
+ exec [--no-startup-id] <command>
+ --------------------------------
*Example*:
------------------------------