diff options
| author | Ja.KooLit <85185940+JaKooLit@users.noreply.github.com> | 2024-07-07 06:33:35 +0900 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-07-07 06:33:35 +0900 |
| commit | a8402305930c6add8dad3469b579efee872f17d4 (patch) | |
| tree | 38d448de0737c496c215440d89cc7c574e41d470 /config/kitty | |
| parent | 8bac5ace152352b6ed95e1401823ffd9f3e3edff (diff) | |
| parent | daa510e15ed8dd3f8a022e8ef1c3c962aa99f475 (diff) | |
Merge pull request #365 from JaKooLit/development
Development to Main - pre-release
Diffstat (limited to 'config/kitty')
| -rw-r--r-- | config/kitty/kitty.conf | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/config/kitty/kitty.conf b/config/kitty/kitty.conf index f8255096..60a20bdf 100644 --- a/config/kitty/kitty.conf +++ b/config/kitty/kitty.conf @@ -7,16 +7,19 @@ bold_italic_font auto background_opacity 0.5 confirm_os_window_close 0 +# change to x11 or wayland or leave auto +linux_display_server auto + scrollback_lines 2000 wheel_scroll_min_lines 1 enable_audio_bell no +window_padding_width 4 + selection_foreground none selection_background none -window_padding_width 4 - foreground #dddddd background #000000 cursor #dddddd
\ No newline at end of file |
