+ Force cpu governor to performance
This commit is contained in:
parent
c47b6452b3
commit
b3f949b4d2
2 changed files with 5 additions and 0 deletions
|
@ -3,6 +3,9 @@
|
|||
# Disable auto-dim/autolock/screen saver
|
||||
xset s off -dpms
|
||||
|
||||
# Set cpu-governor to performance (Sometime it still set to powersave)
|
||||
cpupower frequency-set -g performance
|
||||
|
||||
# Slow app startup fix (for flatpaks)
|
||||
dbus-update-activation-environment --systemd DBUS_SESSION_BUS_ADDRESS DISPLAY XAUTHORITY
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue