- In the hint to list available layouts, change base.lst to evdev.lst.
Evdev rules are used on Linux-systems according to x.org spec. The
files can differ if the user has custom xkb layouts
Adds an example with an empty monitor in a wallpaper block to strongly indicate that `monitor` parameter must be clearly defined as empty, and omitting it doesn't make it empty.
Update the documentation for the hyprpaper configuration, clarifying the 'path' variable and adding a new 'timeout' variable.
Include a new section on sourcing configuration files.
* Hypr-Ecosystem/hyprtoolkit: color format
Colors in `hyprtoolkit.conf` expects the `0xRRGGBBAA` format instead of `RRGGBBAA`.
* Hypr-Ecosystem/hyprtoolkit: color format
Colors in `hyprtoolkit.conf` expects the argb hex format with a
preceding `0x` such as `0xAARRGGBB`. The functions rgb() and rgba() are
supported too.
---------
Co-authored-by: Leon Connor Holm <leonconnorholm@gmail.com>
* 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>