mirror of
https://git.disroot.org/FollieHiyuki/dotfiles.git
synced 2024-11-28 18:28:35 -05:00
tlp: update config template for AC
This commit is contained in:
parent
7240be331e
commit
a13921809f
@ -15,11 +15,6 @@
|
|||||||
|
|
||||||
![sway](assets/sway.png)
|
![sway](assets/sway.png)
|
||||||
|
|
||||||
### :package: Details
|
|
||||||
|
|
||||||
- Run `deploy.sh` to deploy the dotfiles.
|
|
||||||
- `setup/` directory contains installers for additional packages.
|
|
||||||
|
|
||||||
> zsh requires adding `export ZDOTDIR=$HOME/.config/zsh` to **/etc/zsh/zshenv**
|
> zsh requires adding `export ZDOTDIR=$HOME/.config/zsh` to **/etc/zsh/zshenv**
|
||||||
|
|
||||||
### :clipboard: TODO
|
### :clipboard: TODO
|
||||||
@ -38,8 +33,7 @@
|
|||||||
|
|
||||||
- [@ChristianChiarulli](https://github.com/ChristianChiarulli)'s Neovim config
|
- [@ChristianChiarulli](https://github.com/ChristianChiarulli)'s Neovim config
|
||||||
- [@hlissner](https://github.com/hlissner)'s zsh config
|
- [@hlissner](https://github.com/hlissner)'s zsh config
|
||||||
- [@daviwil](https://github.com/daviwil)'s Emacs streams
|
- [@daviwil](https://github.com/daviwil)'s/[@tecosaur](https://tecosaur.github.io/emacs-config/config.html)'s Emacs configurations
|
||||||
- [@tecosaur](https://tecosaur.github.io/emacs-config/config.html)'s Emacs configuration
|
|
||||||
- [@begs](https://git.sr.ht/~begs/dotfiles)'s Waybar config
|
- [@begs](https://git.sr.ht/~begs/dotfiles)'s Waybar config
|
||||||
- [@nathanielevan](https://github.com/nathanielevan/dotfiles)'s weechat config
|
- [@nathanielevan](https://github.com/nathanielevan/dotfiles)'s weechat config
|
||||||
- [some fzf scripts](https://github.com/DanielFGray/fzf-scripts)
|
- [some fzf scripts](https://github.com/DanielFGray/fzf-scripts)
|
||||||
|
@ -27,7 +27,7 @@ with-fingerprint
|
|||||||
#keyid-format 0xlong
|
#keyid-format 0xlong
|
||||||
|
|
||||||
# The message digest algorithm used when signing a key
|
# The message digest algorithm used when signing a key
|
||||||
cert-digest-algo SHA512
|
cert-digest-algo SHA256
|
||||||
|
|
||||||
# The default key to sign with
|
# The default key to sign with
|
||||||
default-key 9FB01E38DDD7E1459A4C3DAC813CF484F4993419
|
default-key 9FB01E38DDD7E1459A4C3DAC813CF484F4993419
|
||||||
|
@ -34,8 +34,8 @@ table inet filter {
|
|||||||
#tcp dport ssh ct state new limit rate 6/minute accept
|
#tcp dport ssh ct state new limit rate 6/minute accept
|
||||||
|
|
||||||
# Mitigate ping floods
|
# Mitigate ping floods
|
||||||
ip protocol icmp icmp type {echo-reply, echo-request} limit rate over 6/second burst 4 packets drop
|
ip protocol icmp icmp type {echo-reply, echo-request} limit rate over 1/second burst 4 packets drop
|
||||||
ip6 nexthdr icmpv6 icmpv6 type {echo-reply, echo-request} limit rate over 6/second burst 4 packets drop
|
ip6 nexthdr icmpv6 icmpv6 type {echo-reply, echo-request} limit rate over 1/second burst 4 packets drop
|
||||||
|
|
||||||
ip protocol icmp icmp type {
|
ip protocol icmp icmp type {
|
||||||
echo-reply,
|
echo-reply,
|
||||||
|
@ -1,13 +1,28 @@
|
|||||||
TLP_DEFAULT_MODE=BAT
|
TLP_DEFAULT_MODE=BAT
|
||||||
|
#TLP_PS_IGNORE=BAT
|
||||||
|
|
||||||
CPU_SCALING_GOVERNOR_ON_BAT=ondemand
|
CPU_SCALING_GOVERNOR_ON_BAT=ondemand
|
||||||
CPU_SCALING_MIN_FREQ_ON_BAT=1400000
|
CPU_SCALING_MIN_FREQ_ON_BAT=1400000
|
||||||
CPU_SCALING_MAX_FREQ_ON_BAT=1700000
|
CPU_SCALING_MAX_FREQ_ON_BAT=1700000
|
||||||
|
CPU_SCALING_GOVERNOR_ON_AC=ondemand
|
||||||
|
CPU_SCALING_MIN_FREQ_ON_AC=1400000
|
||||||
|
CPU_SCALING_MAX_FREQ_ON_AC=2100000
|
||||||
|
|
||||||
|
#DISK_DEVICES="nvme0n1 sda"
|
||||||
DISK_SPINDOWN_TIMEOUT_ON_BAT="0 0"
|
DISK_SPINDOWN_TIMEOUT_ON_BAT="0 0"
|
||||||
DISK_IOSCHED="mq-deadline mq-deadline"
|
DISK_IOSCHED="mq-deadline mq-deadline"
|
||||||
|
|
||||||
PCIE_ASPM_ON_BAT=default
|
PCIE_ASPM_ON_BAT=default
|
||||||
|
PCIE_ASPM_ON_AC=default
|
||||||
|
|
||||||
RADEON_POWER_PROFILE_ON_BAT=auto
|
RADEON_POWER_PROFILE_ON_BAT=auto
|
||||||
|
RADEON_POWER_PROFILE_ON_AC=auto
|
||||||
RADEON_DPM_STATE_ON_BAT=battery
|
RADEON_DPM_STATE_ON_BAT=battery
|
||||||
|
RADEON_DPM_STATE_ON_AC=performance
|
||||||
|
|
||||||
DEVICES_TO_DISABLE_ON_STARTUP="bluetooth wifi wwan"
|
DEVICES_TO_DISABLE_ON_STARTUP="bluetooth wifi wwan"
|
||||||
DEVICES_TO_DISABLE_ON_BAT_NOT_IN_USE="bluetooth wifi wwan"
|
DEVICES_TO_DISABLE_ON_BAT_NOT_IN_USE="bluetooth wifi wwan"
|
||||||
|
|
||||||
START_CHARGE_THRESH_BAT0=70
|
START_CHARGE_THRESH_BAT0=70
|
||||||
STOP_CHARGE_THRESH_BAT0=85
|
STOP_CHARGE_THRESH_BAT0=85
|
||||||
|
RESTORE_THRESHOLDS_ON_BAT=1
|
||||||
|
Loading…
Reference in New Issue
Block a user