mirror of
https://git.disroot.org/FollieHiyuki/dotfiles.git
synced 2024-11-28 18:28:35 -05:00
0f2574a887
neovim: - highlight: + adjust treesitter groups for nord (TSField as fg doesn't look good in yaml files). Also add highlight for TSNote, TSWarning, TSDanger (notes such as 'TODO', 'FIXME', ...) + rewrite the way theme is set (now 'g:colors_name' is used properly instead of a hacky variable 'g:global_theme'). Also make setting theme more modular + add 'highlight_languages' groups for other syntaxes (html, markdown) that are not covered with treesitter - mappings: properly move ':Telescope lsp_range_code_action' to visual block + avoid mappings for <C-x> and <C-a> (number decrement/increment) - null-ls.nvim: add basic config, load before nvim-lspconfig - plugins: add nvim-treesitter/playground - feline.nvim: lazy loaded on VimEnter - nvim-lightbulb: only refresh on CursorHold (previously stopped working after entering INSERT mode) system: - tlp: update config for v1.4.0 setup: add ani-cli to scripts.sh
27 lines
727 B
Plaintext
27 lines
727 B
Plaintext
TLP_DEFAULT_MODE=BAT
|
|
#TLP_PERSISTENT_DEFAULT=1
|
|
|
|
CPU_SCALING_GOVERNOR_ON_BAT=ondemand
|
|
CPU_SCALING_MIN_FREQ_ON_BAT=1400000
|
|
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_AC="keep keep"
|
|
DISK_SPINDOWN_TIMEOUT_ON_BAT="keep 1"
|
|
DISK_IOSCHED="mq-deadline mq-deadline"
|
|
|
|
PCIE_ASPM_ON_BAT=default
|
|
PCIE_ASPM_ON_AC=default
|
|
|
|
#RESTORE_DEVICE_STATE_ON_STARTUP=1
|
|
DEVICES_TO_DISABLE_ON_STARTUP="bluetooth wifi wwan"
|
|
#DEVICES_TO_ENABLE_ON_STARTUP="wifi"
|
|
DEVICES_TO_DISABLE_ON_BAT_NOT_IN_USE="bluetooth wifi wwan"
|
|
|
|
START_CHARGE_THRESH_BAT0=70
|
|
STOP_CHARGE_THRESH_BAT0=85
|
|
RESTORE_THRESHOLDS_ON_BAT=1
|