Add cpupower conf to mko-laptop

This commit is contained in:
Marko Korhonen 2021-07-27 09:18:40 +03:00
parent b46f5575f3
commit eee771f57d
2 changed files with 7 additions and 0 deletions

View file

@ -159,3 +159,6 @@ profiles:
Edoras:
include:
- Pacman
mko-laptop:
dotfiles:
- f_cpupower

View file

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