From 3be0b519c9a68ef7403d6dcffb1ccc381117ac2c Mon Sep 17 00:00:00 2001 From: syl20bnr Date: Sat, 3 Aug 2013 21:29:07 -0400 Subject: [PATCH] Update documentation paragraph on variables see http://infra.in.zekjur.net/archives/i3-discuss/2013-August/001377.html --- docs/userguide | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/docs/userguide b/docs/userguide index f2645998..f2f51173 100644 --- a/docs/userguide +++ b/docs/userguide @@ -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 -- 2.39.5