cnfgs
This commit is contained in:
@@ -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";
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user