Update documentation paragraph on variables

see http://infra.in.zekjur.net/archives/i3-discuss/2013-August/001377.html
This commit is contained in:
syl20bnr 2013-08-03 21:29:07 -04:00 committed by Michael Stapelberg
parent 20cc9cfe70
commit 3be0b519c9
1 changed files with 6 additions and 5 deletions

View File

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