mirror of
https://github.com/WarrenHood/dotfiles.git
synced 2025-04-29 09:24:58 +01:00
6 lines
178 B
Plaintext
Executable file
6 lines
178 B
Plaintext
Executable file
export __NV_PRIME_RENDER_OFFLOAD=1
|
|
export __NV_PRIME_RENDER_OFFLOAD_PROVIDER=NVIDIA-G0
|
|
export __GLX_VENDOR_LIBRARY_NAME=nvidia
|
|
export __VK_LAYER_NV_optimus=NVIDIA_only
|
|
exec "$@"
|