diff options
| author | 2025-11-21 14:50:30 -0500 | |
|---|---|---|
| committer | 2025-11-21 14:50:30 -0500 | |
| commit | 61c027738785e0585202b7b3a828e05344510f66 (patch) | |
| tree | 1a900c432c62b74e0e66d6f8f346030af8b187ec /files/kitty | |
| parent | 44edb4b57655de5b21c51d0471e2ea02ac469c0c (diff) | |
| download | dotfiles-61c027738785e0585202b7b3a828e05344510f66.tar.gz dotfiles-61c027738785e0585202b7b3a828e05344510f66.tar.bz2 dotfiles-61c027738785e0585202b7b3a828e05344510f66.zip | |
Tweaks
Diffstat (limited to 'files/kitty')
| -rw-r--r-- | files/kitty/kitty.conf | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/files/kitty/kitty.conf b/files/kitty/kitty.conf index a32e47e..ef80b7c 100644 --- a/files/kitty/kitty.conf +++ b/files/kitty/kitty.conf @@ -10,7 +10,7 @@ disable_ligatures always window_padding_width 1 placement_strategy top-left -shell /bin/bash +shell /bin/bash --login shell_integration enabled clear_all_shortcuts yes @@ -44,7 +44,7 @@ resize_debounce_time 0.025 0.5 cursor_shape block #cursor_blink_interval -1 linear ease-out #cursor_stop_blinking_after 20.0 -cursor_trail 4 +cursor_trail 6 cursor_trail_decay 0.075 0.425 cursor_trail_start_threshold 3 #cursor #${colo.foreground} |