aboutsummaryrefslogtreecommitdiff
path: root/dot_config/kitty/kitty.conf.bak
diff options
context:
space:
mode:
authortwells46 <173561638+twells46@users.noreply.github.com>2025-12-31 13:28:05 -0600
committertwells46 <173561638+twells46@users.noreply.github.com>2025-12-31 13:28:05 -0600
commit2140ab51deed88e90eafebf9520fa5f9995dc7c9 (patch)
tree03cf1dcd2900495c1efb79aaa85f3254ecd5fb87 /dot_config/kitty/kitty.conf.bak
parentff8f50638e4b17a9d7cc88d2f0d9560b7effce39 (diff)
Migrate from stow
Diffstat (limited to 'dot_config/kitty/kitty.conf.bak')
-rw-r--r--dot_config/kitty/kitty.conf.bak56
1 files changed, 56 insertions, 0 deletions
diff --git a/dot_config/kitty/kitty.conf.bak b/dot_config/kitty/kitty.conf.bak
new file mode 100644
index 0000000..9c0ab51
--- /dev/null
+++ b/dot_config/kitty/kitty.conf.bak
@@ -0,0 +1,56 @@
+# BEGIN_KITTY_FONTS
+font_family family="FiraMono Nerd Font Mono"
+font_size 11
+bold_font auto
+italic_font auto
+bold_italic_font auto
+disable_ligatures always
+text_composition_strategy 1.8 15
+# END_KITTY_FONTS
+
+enable_audio_bell no
+allow_remote_control yes
+
+# Acme-ish colorscheme
+# background #ffffea
+# foreground #000000
+# cursor #000000
+# cursor_text_color #ffffea
+cursor_shape beam
+# selection_background #eeee9e
+# selection_foreground #000000
+# color0 #000000
+# color1 #c21d14
+# color2 #0fcc0c
+# color3 #a78300
+# color4 #006dce
+# color5 #c44392
+# color6 #00978a
+# color7 #3a4d53
+# color8 #000000
+# color9 #f4342a
+# color10 #065905
+# color11 #ad8900
+# color12 #0072d4
+# color13 #ca4898
+# color14 #009c8f
+# color15 #909995
+
+# Maps
+enabled_layouts tall:bias=50;full_size=1;mirrored=false
+map ctrl+alt+c new_tab
+map ctrl+alt+j next_tab
+map ctrl+alt+k previous_tab
+
+map ctrl+shift+n launch --cwd=current
+map ctrl+j next_window
+map ctrl+k previous_window
+map ctrl+shift+j move_window_forward
+map ctrl+shift+k move_window_backward
+map ctrl+alt+x close_window
+
+
+# BEGIN_KITTY_THEME
+# Catppuccin-Latte
+include current-theme.conf
+# END_KITTY_THEME