mirror of
https://github.com/hyprwm/hyprland-wiki.git
synced 2024-11-22 12:45:59 +01:00
configuring: document noerror
This commit is contained in:
parent
cb4d727dc0
commit
173803d0ea
1 changed files with 14 additions and 0 deletions
|
@ -57,6 +57,20 @@ Comments are started with the `#` character.
|
||||||
If you want to escape it (put an actual `#` and not start a comment) you can use
|
If you want to escape it (put an actual `#` and not start a comment) you can use
|
||||||
`##`. It will be turned into a single `#` that WILL be a part of your line.
|
`##`. It will be turned into a single `#` that WILL be a part of your line.
|
||||||
|
|
||||||
|
### Escaping errors
|
||||||
|
|
||||||
|
If you use plugins, you may want to ignore errors from missing options/keywords
|
||||||
|
so that you don't get an error bar before they are loaded. To do so, do this:
|
||||||
|
|
||||||
|
```ini
|
||||||
|
# hyprlang noerror true
|
||||||
|
|
||||||
|
bind = MOD, KEY, something, amogus
|
||||||
|
someoption = blah
|
||||||
|
|
||||||
|
# hyprlang noerror false
|
||||||
|
```
|
||||||
|
|
||||||
## Basic configuring
|
## Basic configuring
|
||||||
|
|
||||||
To configure the "options" of Hyprland, animations, styling, etc. see
|
To configure the "options" of Hyprland, animations, styling, etc. see
|
||||||
|
|
Loading…
Reference in a new issue