Modify Kitty configuration
This commit is contained in:
@@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
kitty_mod ctrl+shift
|
kitty_mod ctrl+shift
|
||||||
|
|
||||||
scrollback_lines -1
|
scrollback_lines 10000
|
||||||
|
|
||||||
# UI {{{1
|
# UI {{{1
|
||||||
|
|
||||||
@@ -16,36 +16,27 @@ initial_window_height 45c
|
|||||||
|
|
||||||
# Tab bar
|
# Tab bar
|
||||||
tab_bar_min_tabs 1
|
tab_bar_min_tabs 1
|
||||||
tab_bar_edge top
|
tab_bar_edge bottom
|
||||||
tab_bar_style hidden
|
tab_bar_style powerline
|
||||||
tab_powerline_style slanted
|
tab_powerline_style slanted
|
||||||
tab_title_template {title}{' :{}:'.format(num_windows) if num_windows > 1 else ''}
|
tab_title_template {title}{' :{}:'.format(num_windows) if num_windows > 1 else ''}
|
||||||
|
|
||||||
# Fonts
|
# Fonts
|
||||||
font_size 12.0
|
font_size 14.0
|
||||||
font_family Roboto Nerd Font
|
font_family JetBrainsMono 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
|
|
||||||
|
|
||||||
# Cursor
|
# Cursor
|
||||||
cursor_shape block
|
cursor_shape beam
|
||||||
cursor_blink_interval 1
|
cursor_shape_unfocused hollow
|
||||||
shell_integration no-cursor no-title
|
cursor_beam_thickness 3
|
||||||
|
cursor_blink_interval 1
|
||||||
|
shell_integration no-cursor no-title
|
||||||
|
|
||||||
# Color scheme
|
# Color scheme
|
||||||
background_opacity 0.90
|
background_opacity 0.90
|
||||||
background_blur 1
|
background_blur 64
|
||||||
background_image none
|
background_image none
|
||||||
|
dynamic_background_opacity yes
|
||||||
# Advanced
|
|
||||||
shell tmux
|
|
||||||
|
|
||||||
# OS specific tweaks
|
|
||||||
linux_display_server wayland
|
|
||||||
wayland_titlebar_color system
|
|
||||||
wayland_enable_ime yes
|
|
||||||
|
|
||||||
# vim-kitty-navigator {{{1
|
# vim-kitty-navigator {{{1
|
||||||
allow_remote_control yes
|
allow_remote_control yes
|
||||||
|
|||||||
Reference in New Issue
Block a user