#!/bin/bash

# Set the environment variables to configure a graphics application to be offloaded to the NVIDIA GPU screen.
__NV_PRIME_RENDER_OFFLOAD=1 \
__VK_LAYER_NV_optimus=NVIDIA_only \
__GLX_VENDOR_LIBRARY_NAME=nvidia "$@"
