Find a file
Marco Bulgarelli e0ea9da1f7
Configuring/Environment-variables: Add usage examples (#1178)
- Add warning type to callout about avoiding quotes (also reword warning).
- Add examples of variable with multiple values and different formats/value separators.
- Minor punctuation fixes.

Note: py syntax highlighting was used for the code blocks instead of ini to avoid visualizing ";xcb" as a comment.
2025-07-28 11:35:36 +03:00
.github/workflows fix typo in ci 2022-08-13 21:45:03 +02:00
assets/css treewide: add backend 2025-07-24 19:24:27 +03:00
content Configuring/Environment-variables: Add usage examples (#1178) 2025-07-28 11:35:36 +03:00
layouts/partials treewide: add backend 2025-07-24 19:24:27 +03:00
static treewide: add backend 2025-07-24 19:24:27 +03:00
.gitignore treewide: add backend 2025-07-24 19:24:27 +03:00
config.toml treewide: add backend 2025-07-24 19:24:27 +03:00
go.mod treewide: add backend 2025-07-24 19:24:27 +03:00
go.sum treewide: add backend 2025-07-24 19:24:27 +03:00
LICENSE Add license 2022-10-23 18:29:00 +03:00
README.md README: add instructions for local dev 2025-07-24 19:24:27 +03:00

Hyprland Wiki

Welcome to the Hyprland Wiki! Here we store the wiki pages. They are automatically updated on the website whenever a change occurs, within a reasonable timeframe (usually 12 minutes). You can find the site at https://wiki.hyprland.org/

Contributing to the Wiki

Feel free to open an issue or a PR if you feel anything is necessary. Make sure to clearly state the reason for the changes.

Commits should have the form:

Dir/Page: summary of changes

Optionally, you can include a longer commit message 2 lines below the commit title.

This format makes it easier to glance over the commit list and figure out what each commit is about.

Additionally, if you make many changes in your PR, it is best to squash them into self-contained commits that contain one logical change.

For info about how to squash commits, see this.

Local development

To see your local changes, make sure to have go and hugo installed. Then, run

$ hugo serve

and open http://localhost:1313 to see the locally-rendered wiki.

License

This repository is licensed under the BSD 3-Clause License.