dotfiles/root/etc/default/cpupower

7 lines
140 B
Plaintext
Raw Normal View History

2020-04-13 13:24:20 +03:00
# vim:set ts=2 sw=2 ft=sh et:
2021-07-27 09:18:40 +03:00
{%@@ if profile == "Mirkwood" @@%}
2022-09-03 00:02:04 +03:00
governor='schedutil'
2021-07-27 09:18:40 +03:00
{%@@ else @@%}
governor='performance'
{%@@ endif @@%}