feat: configure kitty

This commit is contained in:
Anthony Oteri
2025-09-11 21:39:38 -04:00
parent 4e1a6d3452
commit 0676f4705f
2 changed files with 61 additions and 5 deletions
+20 -5
View File
@@ -19,7 +19,7 @@
#: fonts manually, read the font specification syntax
#: <https://sw.kovidgoyal.net/kitty/kittens/choose-fonts/#font-spec-
#: syntax>.
font_family Hack
# font_family Hack
font_size 15.0
# font_size 11.0
@@ -553,7 +553,7 @@ font_size 15.0
#: to/from always will only affect text subsequently received by
#: kitty.
# copy_on_select no
copy_on_select clipboard
#: Copy to clipboard or a private buffer on select. With this set to
#: clipboard, selecting text with the mouse will cause the text to be
@@ -739,7 +739,7 @@ font_size 15.0
#: Paste from the primary selection
# mouse_map middle release ungrabbed paste_from_selection
mouse_map middle release ungrabbed paste_from_selection
#: Start selecting text
@@ -1156,7 +1156,7 @@ font_size 15.0
#: The second number is the margin between the tab bar and the
#: contents of the current tab.
# tab_bar_style fade
tab_bar_style powerline
#: The tab bar style, can be one of:
@@ -1965,7 +1965,7 @@ font_size 15.0
#: Dock). Changing this option by reloading the config is not
#: supported.
# macos_quit_when_last_window_closed no
macos_quit_when_last_window_closed yes
#: Have kitty quit when all the top-level windows are closed on macOS.
#: By default, kitty will stay running, even with no open windows, as
@@ -2784,3 +2784,18 @@ font_size 15.0
#: }}}
#: }}}
# BEGIN_KITTY_THEME
# Gruvbox Dark Hard
include current-theme.conf
# END_KITTY_THEME
# BEGIN_KITTY_FONTS
font_family family="JetBrainsMonoNL Nerd Font Mono"
bold_font auto
italic_font auto
bold_italic_font auto
# END_KITTY_FONTS