mirror of
https://github.com/hyprwm/hyprland-wiki.git
synced 2024-11-07 14:05:59 +01:00
update for allowed spaces
This commit is contained in:
parent
00bee7dea4
commit
24c910da8c
1 changed files with 4 additions and 4 deletions
|
@ -7,13 +7,13 @@ leave one of them empty, you cannot reduce the number of commas, *unless told
|
|||
otherwise in a specific section*:
|
||||
|
||||
```ini
|
||||
three_param_keyword=A,B,C # OK
|
||||
three_param_keyword = A, B, C # OK
|
||||
|
||||
three_param_keyword=A,C # NOT OK
|
||||
three_param_keyword = A, C # NOT OK
|
||||
|
||||
three_param_keyword=A,,C # OK
|
||||
three_param_keyword = A, , C # OK
|
||||
|
||||
three_param_keyword=A,B, # OK
|
||||
three_param_keyword = A, B, # OK
|
||||
```
|
||||
|
||||
{{< /hint >}}
|
||||
|
|
Loading…
Reference in a new issue