🐈 Tweak some options
- Scrollback indicator and cursor beam thickness and a few others - Fix Newline at end of file
This commit is contained in:
@@ -35,7 +35,10 @@ include font.conf
|
|||||||
### Tab Bar ###
|
### Tab Bar ###
|
||||||
include tabs.conf
|
include tabs.conf
|
||||||
|
|
||||||
|
|
||||||
|
### Options ###
|
||||||
scrollback_lines 10000
|
scrollback_lines 10000
|
||||||
|
scrollback_indicator_opacity 0.8
|
||||||
background_opacity 0.85
|
background_opacity 0.85
|
||||||
background_blur 1
|
background_blur 1
|
||||||
dynamic_background_opacity yes
|
dynamic_background_opacity yes
|
||||||
@@ -57,6 +60,11 @@ remember_window_size no
|
|||||||
initial_window_width 150c
|
initial_window_width 150c
|
||||||
initial_window_height 32c
|
initial_window_height 32c
|
||||||
|
|
||||||
|
show_hyperlink_targets yes
|
||||||
|
copy_on_select yes
|
||||||
|
disable_ligatures_in cursor
|
||||||
|
cursor_beam_thickness 1.75
|
||||||
|
|
||||||
### Aliases ###
|
### Aliases ###
|
||||||
action_alias launch_tab launch --type=tab --cwd=current
|
action_alias launch_tab launch --type=tab --cwd=current
|
||||||
action_alias launch_win launch --type=window --cwd=current
|
action_alias launch_win launch --type=window --cwd=current
|
||||||
|
|||||||
+1
-1
@@ -5,4 +5,4 @@ include kitty-night.conf
|
|||||||
#include kitty-day.conf
|
#include kitty-day.conf
|
||||||
|
|
||||||
### Catppuccin Accent ###
|
### Catppuccin Accent ###
|
||||||
env CATPPUCCIN_ACCENT=mauve
|
env CATPPUCCIN_ACCENT=mauve
|
||||||
|
|||||||
Reference in New Issue
Block a user