add btop and update kitty
This commit is contained in:
parent
7d86fc8027
commit
24961c4333
5 changed files with 294 additions and 8 deletions
|
|
@ -10,6 +10,13 @@
|
|||
shellIntegration = {
|
||||
enableFishIntegration = true;
|
||||
};
|
||||
extraConfig = "\nwheel_scroll_multiplier 5.0";
|
||||
# extraConfig = "\nwheel_scroll_multiplier 5.0\nconfirm_os_window_close 0";
|
||||
settings = {
|
||||
scrollback_lines = 10000;
|
||||
enable_audio_bell = false;
|
||||
update_check_interval = 0;
|
||||
wheel_scroll_multiplier = 5.0;
|
||||
confirm_os_window_close = 0;
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue