17 lines
454 B
Text
17 lines
454 B
Text
export XCURSOR_THEME=Nordzy-cursors
|
|
export XCURSOR_SIZE=24
|
|
|
|
export ELECTRON_OZONE_PLATFORM_HINT=auto
|
|
|
|
export QT_QPA_PLATFORM=wayland;xcb
|
|
export QT_QPA_PLATFORMTHEME=qt6ct
|
|
export QT_WAYLAND_DISABLE_WINDOWDECORATION=1
|
|
export QT_AUTO_SCREEN_SCALE_FACTOR=1
|
|
|
|
export GDK_BACKEND=wayland,x11,*
|
|
export SDL_VIDEODRIVER=wayland
|
|
export CLUTTER_BACKEND=wayland
|
|
|
|
export XDG_CURRENT_DESKTOP=Hyprland
|
|
export XDG_SESSION_TYPE=wayland
|
|
export XDG_SESSION_DESKTOP=Hyprland
|