Add cpupower conf to mko-laptop

This commit is contained in:
Marko Korhonen 2021-07-27 09:18:40 +03:00
parent 3725c791bc
commit 63f673be35
No known key found for this signature in database
GPG key ID: 911B85FBC6003FE5
2 changed files with 7 additions and 0 deletions

View file

@ -1,2 +1,6 @@
# vim:set ts=2 sw=2 ft=sh et:
{%@@ if profile == "Mirkwood" @@%}
governor='powersave'
{%@@ else @@%}
governor='performance'
{%@@ endif @@%}