mirror of
https://github.com/WarrenHood/dotfiles.git
synced 2025-04-29 14:05:00 +01:00
6 lines
178 B
Plaintext
6 lines
178 B
Plaintext
|
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 "$@"
|