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:
parent
65d4344f6e
commit
64bba376fe
1 changed files with 4 additions and 2 deletions
|
@ -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";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue