add hl env to doc

This commit is contained in:
Vaxry 2023-12-21 22:29:15 +01:00
parent 0a6fcc766d
commit 02cd8e53d6
1 changed files with 5 additions and 0 deletions

View File

@ -22,6 +22,11 @@ Please avoid putting those environment variables in /etc/environment. That will
sessions (including Xorg ones) to pick up your wayland-specific environment on traditional
Linux distros.
# Hyprland Environment Variables
- `HYPRLAND_LOG_WLR=1` - Enables more verbose logging of wlroots.
- `HYPRLAND_NO_RT=1` - Disables realtime priority setting by Hyprland.
- `HYPRLAND_NO_SD_NOTIFY=1` - If systemd, disables the `sd_notify` calls.
# Toolkit Backend Variables
- `GDK_BACKEND=wayland,x11` - GTK: Use wayland if available, fall back to x11 if not.
- `QT_QPA_PLATFORM="wayland;xcb"` - Qt: Use wayland if available, fall back to x11 if not.