Developed by The Duat.
This tool lets you specify what GPU you want a command to run on.
mgpu -d commandhere
- Runs the command given on your dedicated gpu.mgpu -i commandhere
- Runs the command given on your integrated gpu.Example:
mgpu -d glxgears
- This will run glxgears on your dedicated gpu.lua
and git
packages provided by your distro.git clone https://github.com/Mizosu97/mgpu && cd mgpu && ./install