add btop and update kitty

This commit is contained in:
Sean Kovacs 2025-11-13 21:36:37 -05:00
commit 16fa21313d
Signed by: sckova
GPG key ID: 00F325187C68651A
5 changed files with 294 additions and 8 deletions

View file

@ -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;
};
};
}