Files
.dotfiles/usr/bin/java-prime
Quinn e87e65df4f use new XDG profile
this might be subject to change, due to exessive problems still needing
fixes
2025-06-05 00:35:19 +02:00

6 lines
153 B
Bash
Executable File

#!/bin/sh
export __NV_PRIME_RENDER_OFFLOAD=1
export __VK_LAYER_NV_optimus=NVIDIA_only
export __GLX_VENDOR_LIBRARY_NAME=nvidia
exec java "$@" --no-window