diff --git a/.config/gamemode.ini b/.config/gamemode.ini index 4640718..aa7d79b 100644 --- a/.config/gamemode.ini +++ b/.config/gamemode.ini @@ -89,10 +89,12 @@ inhibit_screensaver=1 [custom] ; Custom scripts (executed using the shell) when gamemode starts and ends start=notify-send "Gamemode" "Started" + nvidia-settings -a '[gpu:0]/GPUPowerMizerMode=1' ; wlr-randr --output eDP-1 --scale 1 ; /home/me/bin/stop_ethmining.sh end=notify-send "Gamemode" "Stoped" + nvidia-settings -a '[gpu:0]/GPUPowerMizerMode=2' ; wlr-randr --output eDP-1 --scale 1.25 ; /home/me/bin/start_ethmining.sh