Add more kitty config options

This commit is contained in:
Evie Litherland-Smith 2023-04-01 12:23:26 +01:00
parent 2bb7554a89
commit 4b43ed3ed7

View file

@ -8,7 +8,21 @@
name = "Fira Code Nerd Font"; name = "Fira Code Nerd Font";
size = 14; size = 14;
}; };
settings = { background_opacity = "0.90"; }; settings = {
background_opacity = "0.90";
disable_ligatures = "cursor";
show_hyperlink_targets = true;
copy_on_select = true;
paste_actions = "confirm";
enable_audio_bell = false;
window_border_width = 2;
window_margin_width = 5;
tab_bar_edge = "top";
tab_bar_style = "powerline";
tab_powerline_style = "round";
tab_bar_min_tabs = 1;
update_check_interval = 0;
};
theme = "Catppuccin-Macchiato"; theme = "Catppuccin-Macchiato";
}; };
} }