1
Fork 0
mirror of https://github.com/RGBCube/ncc synced 2025-07-30 11:37:44 +00:00

Add padding and disable confirmation for Kitty

This commit is contained in:
RGBCube 2023-11-08 23:59:28 +03:00
parent 65d4344f6e
commit 64bba376fe
No known key found for this signature in database

View file

@ -12,8 +12,10 @@ homeConfiguration "nixos" {
theme = "Gruvbox Dark";
settings = {
focus_follows_mouse = true;
mouse_hide_wait = 0;
confirm_os_window_close = 0;
focus_follows_mouse = true;
mouse_hide_wait = 0;
window_padding_width = 10;
scrollback_lines = 100000;
scrollback_pager = "bat --chop-long-lines";