🐈 Tweak some options

- Scrollback indicator and cursor beam thickness and a few others
- Fix Newline at end of file
This commit is contained in:
2024-07-11 21:28:58 -04:00
parent dcad320532
commit ac7cec7b50
2 changed files with 9 additions and 1 deletions
+8
View File
@@ -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