]> git.sur5r.net Git - i3/i3/commitdiff
Update documentation paragraph on variables
authorsyl20bnr <sylvain.benner@gmail.com>
Sun, 4 Aug 2013 01:29:07 +0000 (21:29 -0400)
committerMichael Stapelberg <michael@stapelberg.de>
Thu, 8 Aug 2013 20:42:15 +0000 (22:42 +0200)
see http://infra.in.zekjur.net/archives/i3-discuss/2013-August/001377.html

docs/userguide

index f26459984b95a7799e6e826d62057aacb4262af2..f2f51173f82bf901ebc8880e8ab3fc573d4cfc67 100644 (file)
@@ -570,11 +570,12 @@ set $m Mod1
 bindsym $m+Shift+r restart
 ------------------------
 
-Variables are directly replaced in the file when parsing. There is no fancy
-handling and there are absolutely no plans to change this. If you need a more
-dynamic configuration you should create a little script which generates a
-configuration file and run it before starting i3 (for example in your
-+~/.xsession+ file).
+Variables are directly replaced in the file when parsing. Variables expansion
+is not recursive so it is not possible to define a variable with a value
+containing another variable. There is no fancy handling and there are
+absolutely no plans to change this. If you need a more dynamic configuration
+you should create a little script which generates a configuration file and run
+it before starting i3 (for example in your +~/.xsession+ file).
 
 === Automatically putting clients on specific workspaces