* 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
I have removed Fedora from the list of rolling release distros and replaced it with Solus. Fedora is not a rolling release distro and as such will likely have issues with Hyprland more comparable to Ubuntu or Pop!OS
The variable now also controls behavior for focusing existing windows
(which are tiled and conflict with a fullscreen/maximized window).
This renames the variable to `misc:on_focus_under_fullscreen` and
updates the description.
Co-authored-by: Vaxry <vaxry@vaxry.net>
* 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
Original code only handled singular vs plural, failing for counts 2-4 and numbers ending in 2-4 except for teens (12-14). Updated logic correctly handles all positive numbers, including exceptions, ensuring proper grammar: 'dziewczynkę', 'dziewczynki', or 'dziewczynek'.