This commit is contained in:
2023-10-13 01:47:33 +04:00
parent f43e88e7ee
commit a4c819a30b
16 changed files with 603 additions and 163 deletions

View File

@@ -1,6 +1,5 @@
include colors/gruvbox_dark.conf
shell fish
shell_integration no-sudo no-cursor
font_family Iosevka Custom Medium
font_size 12.0
@@ -10,7 +9,6 @@ bold_italic_font Iosevka Custom Bold
adjust_line_height 98%
cursor_shape block
shell_integration no-cursor
scrollback_lines 2000
@@ -30,9 +28,14 @@ draw_minimal_borders True
hide_window_decorations False
placement_strategy top-left
touch_scroll_multiplier 0
wheel_scroll_multiplier 0
wheel_scroll_min_lines 0
touch_scroll_min_lines 0
enable_audio_bell no
visual_bell_duration 0.2
visual_bell_color #fb4934
# visual_bell_color #fb4934
tab_bar_style separator
tab_separator " ┇ "
@@ -67,3 +70,9 @@ map ctrl+alt+0 change_font_size all 0
# Would open the scrollback buffer in a new window when you press the F1 key
map ctrl+shift+f1 pipe @ansi window less +G -R
# BEGIN_KITTY_THEME
# Gruvbox Dark
include current-theme.conf
# END_KITTY_THEME