From ac7cec7b501a63c71f9fb6c6301e4df090dbd457 Mon Sep 17 00:00:00 2001 From: rootiest Date: Thu, 11 Jul 2024 21:28:58 -0400 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=88=20Tweak=20some=20options?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Scrollback indicator and cursor beam thickness and a few others - Fix Newline at end of file --- kitty-base.conf | 8 ++++++++ kitty-themes.conf | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/kitty-base.conf b/kitty-base.conf index f93942f..432166e 100644 --- a/kitty-base.conf +++ b/kitty-base.conf @@ -35,7 +35,10 @@ include font.conf ### Tab Bar ### include tabs.conf + +### Options ### scrollback_lines 10000 +scrollback_indicator_opacity 0.8 background_opacity 0.85 background_blur 1 dynamic_background_opacity yes @@ -57,6 +60,11 @@ remember_window_size no initial_window_width 150c initial_window_height 32c +show_hyperlink_targets yes +copy_on_select yes +disable_ligatures_in cursor +cursor_beam_thickness 1.75 + ### Aliases ### action_alias launch_tab launch --type=tab --cwd=current action_alias launch_win launch --type=window --cwd=current diff --git a/kitty-themes.conf b/kitty-themes.conf index c9f2da9..7469dda 100644 --- a/kitty-themes.conf +++ b/kitty-themes.conf @@ -5,4 +5,4 @@ include kitty-night.conf #include kitty-day.conf ### Catppuccin Accent ### -env CATPPUCCIN_ACCENT=mauve \ No newline at end of file +env CATPPUCCIN_ACCENT=mauve