chore(config): update kitty transparent
parent
85987d9249
commit
49351dd3b2
|
@ -8,6 +8,9 @@ font_size 16.0
|
|||
cursor_shape beam
|
||||
cursor_blink_interval 0
|
||||
|
||||
# https://sw.kovidgoyal.net/kitty/conf/#scrollback
|
||||
scrollback_pager_history_size 16
|
||||
|
||||
# https://sw.kovidgoyal.net/kitty/conf/#mouse
|
||||
copy_on_select yes
|
||||
strip_trailing_spaces smart
|
||||
|
@ -20,8 +23,14 @@ remember_window_size no
|
|||
initial_window_width 640
|
||||
initial_window_height 400
|
||||
|
||||
# https://sw.kovidgoyal.net/kitty/conf/#tab-bar
|
||||
tab_bar_align center
|
||||
|
||||
# https://sw.kovidgoyal.net/kitty/conf/#color-scheme
|
||||
background_opacity 0.9
|
||||
|
||||
# https://sw.kovidgoyal.net/kitty/conf/#advanced
|
||||
shell_integration no-cursor
|
||||
shell_integration disabled
|
||||
|
||||
# https://sw.kovidgoyal.net/kitty/conf/#os-specific-tweaks
|
||||
macos_option_as_alt both
|
||||
|
|
Loading…
Reference in New Issue