add kitty configuration

This commit is contained in:
Ingolf Wagner 2024-06-15 01:18:08 +02:00
parent 470c8d32c7
commit a247d58251
Signed by: palo
GPG key ID: 76BF5F1928B9618B

View file

@ -120,6 +120,26 @@ in
programs.kitty = { programs.kitty = {
enable = true; enable = true;
settings = {
enable_audio_bell = "no";
focus_follows_mouse = "yes";
#mouse_map left click ungrabbed mouse_handle_click prompt
#mouse_map ctrl+left click ungrabbed mouse_handle_click link
#map ctrl+c copy_to_clipboard
copy_on_select = "yes";
strip_trailing_spaces = "always";
};
keybindings = {
"super+shift+return" = "new_os_window_with_cwd";
"shift+page_up" = "scroll_page_up";
"shift+page_down" = "scroll_page_down";
"alt+l" = "scroll_line_up";
"alt+a" = "scroll_line_down";
"alt+i" = "scroll_page_up";
"alt+e" = "scroll_page_down";
};
}; };
programs.alacritty = { programs.alacritty = {