10 lines
317 B
Markdown
10 lines
317 B
Markdown
# Wayland Session Environment
|
|
|
|
## Key Environment Variables
|
|
- `XDG_CURRENT_DESKTOP=Hyprland`
|
|
- `XDG_SESSION_TYPE=wayland`
|
|
- `XDG_SESSION_DESKTOP=Hyprland`
|
|
- `MOZ_ENABLE_WAYLAND=1` (Firefox Wayland native mode)
|
|
- `QT_QPA_PLATFORM=wayland;xcb` (Qt app compatibility)
|
|
- `GDK_BACKEND=wayland,x11` (GTK app compatibility)
|