* Configuring/Uncommon-tips-&-tricks: Improved User-Experience of "Alt tab behaviour" The previous implementation executed the `focuswindow` and `alterzorder` dispatchers before the footclient process terminated. This created a timing issue that is particularly noticable during window focusing across workspaces. For example: A user on workspace 2 uses the alt-tab command to focus one out of several windows on workspace 1 which was not previously focused when the user was working on workspace 1. The focus is correctly updated but Hyprland fails to draw the active border around the newly focused window. This is fixed by updating the focus after the footclient has terminated. * Alt Tab Behaviour uses XDG_RUNTIME_DIR instead of /tmp to support multiple users on the same machine |
||
|---|---|---|
| .github | ||
| assets/css | ||
| content | ||
| layouts/partials | ||
| static | ||
| .gitignore | ||
| config.toml | ||
| go.mod | ||
| go.sum | ||
| LICENSE | ||
| README.md | ||
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 1–2 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.