hyprlang: more better wording

This commit is contained in:
Vaxry 2024-10-18 15:43:46 +01:00
parent 1155027ccd
commit 4d58df5983

View file

@ -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.