mirror of
https://github.com/hyprwm/hyprland-wiki.git
synced 2024-11-07 14:05:59 +01:00
allow escaping #
This commit is contained in:
parent
fdeecbbb34
commit
4c6901fbac
1 changed files with 8 additions and 0 deletions
|
@ -38,6 +38,14 @@ COMMAND = VALUE
|
|||
|
||||
is valid.
|
||||
|
||||
## Comments
|
||||
|
||||
Comments are started with the `#` character.
|
||||
|
||||
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.
|
||||
|
||||
# Basic configuring
|
||||
|
||||
To configure the "options" of Hyprland, animations, styling, etc. see
|
||||
|
|
Loading…
Reference in a new issue