+ Force cpu governor to performance

This commit is contained in:
ziro 2020-06-12 17:26:19 +07:00
parent c47b6452b3
commit b3f949b4d2
2 changed files with 5 additions and 0 deletions

View file

@ -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