mirror of
https://github.com/hyprwm/hyprland-wiki.git
synced 2024-11-22 04:35: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
|
||||
```
|
||||
|
||||
The command can be a variable, or a special keyword (described further in this
|
||||
page)
|
||||
The command can be a variable, or a special keyword (those are defined by the app
|
||||
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
|
||||
there only for legibility.
|
||||
|
|
Loading…
Reference in a new issue