We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3f40185 commit 7af3222Copy full SHA for 7af3222
Modules/Scripts/Raco.sh
@@ -890,6 +890,10 @@ performance_basic() {
890
# Balanced Profile (2)
891
##########################################
892
balanced_basic() {
893
+ performance_basic
894
+ # Why? Stupid workaround that works
895
+ # Apparently when I switched from powersave to balanced the GPUFreq locked to minimum
896
+ # But when I switch from performance to balanced... It fuckin works
897
sync
898
899
# 1. Battery Saver
0 commit comments