From 01f38cf0931eed43b9c1918b6fa04a2af2d65a06 Mon Sep 17 00:00:00 2001 From: oreodave Date: Sun, 12 Apr 2020 01:50:42 +0100 Subject: +kitty configuration for terminal --- install.sh | 1 + kitty.conf | 9 +++++++++ 2 files changed, 10 insertions(+) create mode 100644 kitty.conf diff --git a/install.sh b/install.sh index 2b2f221..31266a0 100644 --- a/install.sh +++ b/install.sh @@ -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 -- cgit v1.2.3-13-gbd6f