fix(kitty): make kitty not prompt for confirmation when closing window
This commit is contained in:
parent
976d9efec1
commit
c9b321991f
3 changed files with 2 additions and 1 deletions
|
@ -57,7 +57,6 @@
|
|||
"move cursor 0 0, class:(clipse)"
|
||||
"size 622 652, class:(clipse)"
|
||||
"noanim, class:(clipse)"
|
||||
"focusonactivate, class:(clipse)"
|
||||
];
|
||||
|
||||
animation = [
|
||||
|
|
|
@ -8,6 +8,7 @@
|
|||
};
|
||||
settings = {
|
||||
window_padding_width = 10;
|
||||
confirm_os_window_close = 0;
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
|
@ -6,6 +6,7 @@
|
|||
./programs/direnv.nix
|
||||
./programs/fzf.nix
|
||||
./programs/git.nix
|
||||
./programs/cargo.nix
|
||||
./programs/nvf.nix
|
||||
./programs/starship.nix
|
||||
./programs/tealdeer.nix
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue