dotfiles/root/etc/default/cpupower

7 lines
140 B
Bash

# vim:set ts=2 sw=2 ft=sh et:
{%@@ if profile == "Mirkwood" @@%}
governor='schedutil'
{%@@ else @@%}
governor='performance'
{%@@ endif @@%}