From a2c8dd97247172bbe540174ded064cd53cf08393 Mon Sep 17 00:00:00 2001 From: Mark Hoekveen Date: Wed, 8 Dec 2021 12:27:23 +0100 Subject: [PATCH] adds kitty config --- .config/kitty/kitty.conf | 39 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 39 insertions(+) create mode 100644 .config/kitty/kitty.conf diff --git a/.config/kitty/kitty.conf b/.config/kitty/kitty.conf new file mode 100644 index 0000000..17fcd03 --- /dev/null +++ b/.config/kitty/kitty.conf @@ -0,0 +1,39 @@ +# vim:fileencoding=utf-8:ft=conf:foldmethod=marker + +#: Fonts {{{ + +font_family Fira Mono Medium for Powerline +bold_font Fira Mono Bold for Powerline +font_size 10.0 +disable_ligatures cursor + +#: }}} + +#: Cursor customization {{{ + +cursor_shape beam + +#: }}} + +#: Mouse {{{ + +mouse_hide_wait -1.0 +copy_on_select no + +#: }}} + +#: Terminal bell {{{ + +enable_audio_bell no +window_alert_on_bell no + +#: }}} + +#: Keyboard shortcuts {{{ + +kitty_mod ctrl+shift + +#: }}} + +window_margin_width 10.0 +include ~/.cache/wal/colors-kitty.conf