Fix kitty config

This commit is contained in:
Filippo Berto 2022-03-30 09:43:21 +02:00
parent c9289df714
commit afb173bd68

View file

@ -26,15 +26,18 @@ in
settings = {
scrollback_lines = 10000;
enable_audio_bell = false;
visual_bell_duration = toString 0.1;
update_check_interval = 0;
background_opacity = toString pkgs.rice.opacity;
close_on_child_death = "yes";
clipboard_control = "write-clipboard write-primary read-clipboard read-primary";
disable_ligatures = "never";
# font_features = "";
editor = "kak";
} // strPalette;
keybindings = {
"ctrl+shift+t" = "new_tab_with_cwd";
"ctrl+shift+enter" = "new_window_with_cwd";
};
font = pkgs.rice.font.monospace;
extraConfig = ''
'';
};
}