1
0
Fork 0

Remove obsolete kitty bindings

This commit is contained in:
Malte Brandy 2020-09-17 00:43:10 +02:00
parent b660c1b5c2
commit 651d9891eb
No known key found for this signature in database
GPG key ID: 226A2D41EF5378C9

View file

@ -7,14 +7,12 @@ in {
programs.kitty = {
enable = true;
keybindings = {
"ctrl+shift+v" = "paste_from_clipboard";
"ctrl+plus" = "change_font_size all +1.0";
"ctrl+minus" = "change_font_size all -1.0";
};
settings = {
linux_display_server = "wayland"; # Causes ugly decorations
hide_window_decorations = true;
copy_on_select = "clipboard";
strip_trailing_spaces = "always";
font_size = "10.5";