diff options
| author | czjstmax <jstmaxlol@disroot.org> | 2026-04-17 23:14:59 +0200 |
|---|---|---|
| committer | czjstmax <jstmaxlol@disroot.org> | 2026-04-17 23:14:59 +0200 |
| commit | 09d3b82570039134fac30f9218ec39495373b399 (patch) | |
| tree | 45db2485626ad9e47085bdac010e9b0b4e3e6211 /cfg | |
| parent | 87354f1f76e54a48fa2ef3e0de8c490644a3d940 (diff) | |
update kitty conf
Diffstat (limited to 'cfg')
| -rw-r--r-- | cfg/kitty.conf | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/cfg/kitty.conf b/cfg/kitty.conf index 48fa4e9..274afbb 100644 --- a/cfg/kitty.conf +++ b/cfg/kitty.conf @@ -1,4 +1,9 @@ # font stuff +# stuff for azuki_font to display decently { +#font_family azuki_font +#modify_font cell_width 42% +#font_size 14 +# } font_family Iosevka font_size 12 enable_ligatures always @@ -7,7 +12,7 @@ bold_font auto italic_font auto bold_italic_font auto # customization (colors etc) -window_padding_width 20 +window_padding_width 32 # performance cursor_blink_interval 0 @@ -17,7 +22,7 @@ sync_to_monitor no repaint_delay 12 input_delay 3 # -background_opacity 1 +background_opacity 0.9 dynamic_background_opacity no cursor_trail 0 @@ -56,3 +61,4 @@ color7 #d0d0d0 color15 #f5f5f5 selection_background #9a0a0a selection_foreground #d0d0d0 + |