This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Always use the integrated graphics card while running on battery power | |
sudo pmset -b gpuswitch 0 | |
# Always use the discrete graphics card while running on battery power | |
sudo pmset -b gpuswitch 1 | |
# Switch between discrete and integrated graphics cards automatically while running on battery power | |
sudo pmset -b gpuswitch 2 |