- Rename `system76-power.sh` to `cpu-gpu.sh` - Add NVIDIA PowerMizer mode controls to `cpu-gpu.sh` - Decrease rofi menu size to 50% of screen in both directions so notifications are not covered (e.g., when using profile query commands in `cpu-gpu.sh`) - Switch to NVIDIA Performance Profile when launching game - Switch to NVIDIA Adaptive Profile when exiting game - Update control center script to work with renamed `cpu-gpu.sh`
5 lines
147 B
Bash
Executable File
5 lines
147 B
Bash
Executable File
#!/bin/bash
|
|
/home/sravan/.scripts/picom.sh --off
|
|
/home/sravan/.scripts/cpu-gpu.sh --gpu-profile-performance
|
|
/home/sravan/.scripts/deadd.sh --pause
|