mirror of
https://github.com/swaywm/sway.git
synced 2025-11-18 06:59:48 -05:00
commands: require set variable to start with $
This commit is contained in:
parent
c1af79532f
commit
7717c2231a
2 changed files with 2 additions and 12 deletions
|
|
@ -51,7 +51,7 @@ The following commands may only be used in the configuration file.
|
|||
*wordexp*(3) for details). The same include file can only be included once;
|
||||
subsequent attempts will be ignored.
|
||||
|
||||
*set* <name> <value>
|
||||
*set* $<name> <value>
|
||||
Sets variable $_name_ to _value_. You can use the new variable in the
|
||||
arguments of future commands.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue