Extension for hyperterm that turns on power mode, with bonus wow
mode.
Install HyperTerm and add hyperpower-plus
to plugins
in ~/.hyperterm.js
.
$ vim ~/.hyperterm.js
module.exports = {
config: {
// default font size in pixels for all tabs
fontSize: 12,
.....
plugins: [{
"hyperpower-plus": {
"shake.enabled": false
}
}]
}
}
Based on power-mode
and
rage-power
.
MIT