This commit is contained in:
2026-03-24 13:00:41 +03:00
parent 163b7549e2
commit 5554de588b
14 changed files with 119 additions and 28 deletions
+10 -2
View File
@@ -15,9 +15,17 @@
scrollback_lines = 5000;
mouse_hide_wait = 3.0;
background_opacity = "0.6";
background_opacity = "0.3";
#background_opacity = 0;
dynamic_background_opacity = "yes";
#backgroud_image = "/home/krosh/Pictures/kitty.jpg";
#backgroud_image = "kitty.jpg";
#backgroud_image = "/home/krosh/Pictures/wallpaper.png";
background_blur = 5;
#background_image_layout = "cscaled";
#background_image_linear = "yes";
background_tint = 0.8;
#background_tint_gaps = 0.5;
confirm_os_window_close = 0;
@@ -26,7 +34,7 @@
keybindings = {
"ctrl+shift+enter" = "new_window_with_cwd";
"ctrl+c" = "copy_or_interrupt";
"ctrl+c" = "copy_and_clear_or_interrupt";
"ctrl+v" = "paste_from_clipboard";
};