mirror of
https://git.korhonen.cc/FunctionalHacker/dotfiles.git
synced 2024-11-01 03:20:29 +00:00
7 lines
140 B
Bash
7 lines
140 B
Bash
# vim:set ts=2 sw=2 ft=sh et:
|
|
{%@@ if profile == "Mirkwood" @@%}
|
|
governor='powersave'
|
|
{%@@ else @@%}
|
|
governor='performance'
|
|
{%@@ endif @@%}
|