Find a file
Marco Bulgarelli a40a1a0e50
Hypr Ecosystem: formatting improvements (#1282)
* Add github repo links to apps index

Also:
- update and rename `hyprland-qtutils` -> `hyprland-guiutils`
- title case all headings

* Make first mention of each app into a link to the GH repo

* Fix typo

* Improve formatting

* hyprlauncher: improve formatting

* hypridle: improver formatting

* hyprlock: Improve formatting

* xdg-desktop-portal-hyprland: Improve formatting

* hyprsunset: Improve formatting

- remove redundant warning
- Add `tabs` for installation commands section to accomodate commands for different distros in the future

* hyprland-qt-support: Improve formatting

* hyprqt6engine: Improve formatting

* hyprtoolkit: Add link to GH repo

* hyprtoolkit: improve formatting

* hyprcursor: Improve formatting

* hyprtoolkit/development: Improve formatting

- highlight notes with alerts
- title-case headings
- remove some abbreviations

* hyprlang: Improve formatting

- title-case headings
- highlight important notes with alerts
- some light rewarding

* aquamarine: Improve formatting

* Add missing language tags to codeblocks
2025-11-17 23:54:57 +02:00
.github .github: add PR template 2025-10-07 21:06:45 +03:00
assets/css treewide: add backend 2025-07-24 19:24:27 +03:00
content Hypr Ecosystem: formatting improvements (#1282) 2025-11-17 23:54:57 +02:00
layouts/partials Update domain for version selector (#1240) 2025-09-28 13:20:05 +03:00
static Backend: update favicons and manifest (#1185) 2025-08-06 12:19:49 +03:00
.gitignore treewide: add backend 2025-07-24 19:24:27 +03:00
config.toml Fix Hugo warning about deprecation of markup.goldmark.renderHooks.link.enableDefault 2025-10-30 13:27:40 +02: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 fix: replace wiki.hyprland.org with wiki.hypr.land (#1268) 2025-10-29 11:33:41 +00: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.hypr.land/

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.