From 1392e7cc938c25d601dcade20b1f739f8fa002cc Mon Sep 17 00:00:00 2001 From: realtradam Date: Tue, 22 Mar 2022 02:49:42 -0400 Subject: . --- kitty.conf | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 kitty.conf (limited to 'kitty.conf') diff --git a/kitty.conf b/kitty.conf new file mode 100644 index 0000000..7e5f9cc --- /dev/null +++ b/kitty.conf @@ -0,0 +1,27 @@ +# BEGIN_KITTY_THEME +# Dumbledore +include current-theme.conf + +font_family Source Code Pro Medium +font_size 15.0 + +enable_audio_bell no + +#background #422553 +background #191919 +background_opacity 0.80 +dynamic_background_opacity yes + +scrollback_lines 25000 + +enabled_layouts splits +map ctrl+shift+o launch --location=hsplit +map ctrl+shift+e launch --location=vsplit + +map ctrl+enter new_os_window_with_cwd + +map ctrl+equal change_font_size all +1.05 +map ctrl+minus change_font_size all -1.05 +map ctrl+0 change_font_size all 15.0 + +# END_KITTY_THEME -- cgit v1.2.3