caelestia/uwsm/env-hyprland
2025-09-01 18:04:03 +10:00

14 lines
445 B
Text

# ######## Toolkit backends ########
export GDK_BACKEND='wayland,x11'
export QT_QPA_PLATFORM='wayland;xcb'
export SDL_VIDEODRIVER='wayland,x11,windows'
export CLUTTER_BACKEND='wayland'
export ELECTRON_OZONE_PLATFORM_HINT='auto'
# ####### XDG specifications #######
export XDG_CURRENT_DESKTOP=Hyprland
export XDG_SESSION_TYPE=wayland
export XDG_SESSION_DESKTOP=Hyprland
# ############# Others #############
export _JAVA_AWT_WM_NONREPARENTING=1