mirror of
https://github.com/hyprwm/hyprland-wiki.git
synced 2024-11-22 12:45:59 +01:00
hyprlang: more better wording
This commit is contained in:
parent
1155027ccd
commit
4d58df5983
1 changed files with 6 additions and 2 deletions
|
@ -15,8 +15,12 @@ Every config line is a command followed by a value.
|
||||||
COMMAND = VALUE
|
COMMAND = VALUE
|
||||||
```
|
```
|
||||||
|
|
||||||
The command can be a variable, or a special keyword (described further in this
|
The command can be a variable, or a special keyword (those are defined by the app
|
||||||
page)
|
you are using)
|
||||||
|
|
||||||
|
Variables are like "options", while keywords are like "commands". Options can be specified
|
||||||
|
only once (if you do it more times, it will overwrite the previous one),
|
||||||
|
while commands invoke some behavior every time they are defined.
|
||||||
|
|
||||||
The trailing spaces at the beginning and end of words are not necessary, and are
|
The trailing spaces at the beginning and end of words are not necessary, and are
|
||||||
there only for legibility.
|
there only for legibility.
|
||||||
|
|
Loading…
Reference in a new issue