diff options
-rw-r--r-- | install.sh | 1 | ||||
-rw-r--r-- | kitty.conf | 9 |
2 files changed, 10 insertions, 0 deletions
@@ -11,6 +11,7 @@ done ## Symlink to .config ln -s $dir/rofi.conf ~/.config/rofi/config +ln -s $dir/kitty.conf ~/.config/kitty/config # Generate folders mkdir ~/Text; diff --git a/kitty.conf b/kitty.conf new file mode 100644 index 0000000..212bdc0 --- /dev/null +++ b/kitty.conf @@ -0,0 +1,9 @@ +font_family Hack +font_size 15 +background_opacity 0.6 +cursor #08d129 +cursor_shape beam +cursor_beam_thickness 3 +enable_audio_bell no +bell_on_tab yes +tab_bar_style powerline |