From: Jeffrey Huxen Date: Thu, 21 Mar 2019 22:07:23 +0000 (-0500) Subject: Added to note to clarify which config directives could be used at runtime. X-Git-Url: https://git.sur5r.net/?p=i3%2Fi3;a=commitdiff_plain;h=ac2489240ea74a0358df607227b58e74c2e95e59 Added to note to clarify which config directives could be used at runtime. --- diff --git a/docs/userguide b/docs/userguide index 9255fd10..a6cd29d5 100644 --- a/docs/userguide +++ b/docs/userguide @@ -680,7 +680,8 @@ for_window [class="urxvt"] border pixel 1 for_window [title="x200: ~/work"] floating enable ------------------------------------------------ -The valid criteria are the same as those for commands, see <>. +The valid criteria are the same as those for commands, see <>. Only config +directives with a command equivalent can be executed at runtime, see <>. [[no_focus]] === Don't focus window upon opening @@ -1846,6 +1847,9 @@ The criteria +class+, +instance+, +role+, +title+, +workspace+ and +mark+ are actually regular expressions (PCRE). See +pcresyntax(3)+ or +perldoc perlre+ for information on how to use them. +Note that config directives listed under <> cannot be changed at runtime +unless they happen to have a command equivalent. + [[exec]] === Executing applications (exec)