diff options
| author | realtradam <[email protected]> | 2022-03-22 02:49:42 -0400 |
|---|---|---|
| committer | realtradam <[email protected]> | 2022-03-22 02:49:42 -0400 |
| commit | 1392e7cc938c25d601dcade20b1f739f8fa002cc (patch) | |
| tree | b55b0b8007f9c7993807a198ec33f4d1ba813954 /kitty.conf | |
| download | config-kitty-master.tar.gz config-kitty-master.zip | |
Diffstat (limited to 'kitty.conf')
| -rw-r--r-- | kitty.conf | 27 |
1 files changed, 27 insertions, 0 deletions
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 |
