diff --git a/kitty/dot-config/kitty/kitty.conf b/kitty/dot-config/kitty/kitty.conf index e839fbe..d1896d8 100644 --- a/kitty/dot-config/kitty/kitty.conf +++ b/kitty/dot-config/kitty/kitty.conf @@ -2,7 +2,7 @@ kitty_mod ctrl+shift -scrollback_lines -1 +scrollback_lines 10000 # UI {{{1 @@ -16,36 +16,27 @@ initial_window_height 45c # Tab bar tab_bar_min_tabs 1 -tab_bar_edge top -tab_bar_style hidden +tab_bar_edge bottom +tab_bar_style powerline tab_powerline_style slanted tab_title_template {title}{' :{}:'.format(num_windows) if num_windows > 1 else ''} # Fonts -font_size 12.0 -font_family Roboto Nerd Font -bold_font Roboto Nerd Font Bold -italic_font Roboto Nerd Font Italic -bold_italic_font Roboto Nerd Font Bold Italic -disable_ligatures never +font_size 14.0 +font_family JetBrainsMono Nerd Font # Cursor -cursor_shape block -cursor_blink_interval 1 -shell_integration no-cursor no-title +cursor_shape beam +cursor_shape_unfocused hollow +cursor_beam_thickness 3 +cursor_blink_interval 1 +shell_integration no-cursor no-title # Color scheme -background_opacity 0.90 -background_blur 1 -background_image none - -# Advanced -shell tmux - -# OS specific tweaks -linux_display_server wayland -wayland_titlebar_color system -wayland_enable_ime yes +background_opacity 0.90 +background_blur 64 +background_image none +dynamic_background_opacity yes # vim-kitty-navigator {{{1 allow_remote_control yes