mirror of
https://github.com/RGBCube/ncc
synced 2025-08-01 20:47:48 +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";
|
theme = "Gruvbox Dark";
|
||||||
|
|
||||||
settings = {
|
settings = {
|
||||||
focus_follows_mouse = true;
|
confirm_os_window_close = 0;
|
||||||
mouse_hide_wait = 0;
|
focus_follows_mouse = true;
|
||||||
|
mouse_hide_wait = 0;
|
||||||
|
window_padding_width = 10;
|
||||||
|
|
||||||
scrollback_lines = 100000;
|
scrollback_lines = 100000;
|
||||||
scrollback_pager = "bat --chop-long-lines";
|
scrollback_pager = "bat --chop-long-lines";
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue