aboutsummaryrefslogtreecommitdiffstats
path: root/sway/sway.5.scd
diff options
context:
space:
mode:
authorLibravatar Ian Fan <ianfan0@gmail.com>2018-08-07 11:46:11 +0100
committerLibravatar Ian Fan <ianfan0@gmail.com>2018-08-18 15:50:26 +0100
commit7717c2231a614ba1a7e8ec1b22883e6fe1a228d5 (patch)
tree7e1e945be265b133c7993ab18003b8580f34771f /sway/sway.5.scd
parentcommands: add nop (diff)
downloadsway-7717c2231a614ba1a7e8ec1b22883e6fe1a228d5.tar.gz
sway-7717c2231a614ba1a7e8ec1b22883e6fe1a228d5.tar.zst
sway-7717c2231a614ba1a7e8ec1b22883e6fe1a228d5.zip
commands: require set variable to start with $
Diffstat (limited to 'sway/sway.5.scd')
-rw-r--r--sway/sway.5.scd2
1 files changed, 1 insertions, 1 deletions
diff --git a/sway/sway.5.scd b/sway/sway.5.scd
index 0378a3d5..34389e41 100644
--- a/sway/sway.5.scd
+++ b/sway/sway.5.scd
@@ -51,7 +51,7 @@ The following commands may only be used in the configuration file.
51 *wordexp*(3) for details). The same include file can only be included once; 51 *wordexp*(3) for details). The same include file can only be included once;
52 subsequent attempts will be ignored. 52 subsequent attempts will be ignored.
53 53
54*set* <name> <value> 54*set* $<name> <value>
55 Sets variable $_name_ to _value_. You can use the new variable in the 55 Sets variable $_name_ to _value_. You can use the new variable in the
56 arguments of future commands. 56 arguments of future commands.
57 57