dotfiles/root/etc/default/cpupower
2021-07-27 09:18:40 +03:00

6 lines
140 B
Bash

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