summaryrefslogtreecommitdiffstats
path: root/2configs
diff options
context:
space:
mode:
authormakefu <github@syntax-fehler.de>2016-01-13 23:20:40 +0100
committermakefu <github@syntax-fehler.de>2016-01-13 23:20:40 +0100
commit8254086a7fb19afe6ae0911af557bb688cd07b2d (patch)
treed9e6ec646bb38d97f630f62535b390094eec13a2 /2configs
parent2f179351621ae1803f45659a2032886140f0852d (diff)
ma 2 zsh-user: compinit is being automatically
Diffstat (limited to '2configs')
-rw-r--r--2configs/hw/tp-x2x0.nix7
-rw-r--r--2configs/zsh-user.nix3
2 files changed, 8 insertions, 2 deletions
diff --git a/2configs/hw/tp-x2x0.nix b/2configs/hw/tp-x2x0.nix
index 047895ce6..ebc72a06e 100644
--- a/2configs/hw/tp-x2x0.nix
+++ b/2configs/hw/tp-x2x0.nix
@@ -24,5 +24,12 @@ with lib;
services.tlp.enable = true;
services.tlp.extraConfig = ''
START_CHARGE_THRESH_BAT0=80
+
+ CPU_SCALING_GOVERNOR_ON_AC=performance
+ CPU_SCALING_GOVERNOR_ON_BAT=ondemand
+ CPU_MIN_PERF_ON_AC=0
+ CPU_MAX_PERF_ON_AC=100
+ CPU_MIN_PERF_ON_BAT=0
+ CPU_MAX_PERF_ON_BAT=30
'';
}
diff --git a/2configs/zsh-user.nix b/2configs/zsh-user.nix
index 1b1762418..f79f258f3 100644
--- a/2configs/zsh-user.nix
+++ b/2configs/zsh-user.nix
@@ -19,8 +19,7 @@ in
bindkey -e
# shift-tab
bindkey '^[[Z' reverse-menu-complete
-
- autoload -U compinit && compinit
+ bindkey "\e[3~" delete-char
zstyle ':completion:*' menu select
# load gpg-agent