summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristoph Schlosser <christoph@linux.com>2025-03-14 16:58:08 +0100
committerChristoph Schlosser <christoph@linux.com>2025-09-07 17:29:40 +0200
commit52ce9bf040edba6a440e417e1049400ee7997bca (patch)
tree0a9e8eb6192deaca629107a0ea0faae579e41e66
parentc3c9bf9bbbc98d2b4c6bd4177ae32664da070b27 (diff)
downloaddots-52ce9bf040edba6a440e417e1049400ee7997bca.tar.gz
kitty: Change to NotoSansMono Nerd Font as default font
-rw-r--r--kitty.conf12
1 files changed, 8 insertions, 4 deletions
diff --git a/kitty.conf b/kitty.conf
index 0bffc9f..68baf6e 100644
--- a/kitty.conf
+++ b/kitty.conf
@@ -6,10 +6,12 @@
#: individual font faces and even specify special fonts for particular
#: characters.
-# font_family monospace
-# bold_font auto
-# italic_font auto
-# bold_italic_font auto
+# BEGIN_KITTY_FONTS
+font_family family="NotoSansM Nerd Font Mono"
+bold_font auto
+italic_font auto
+bold_italic_font auto
+# END_KITTY_FONTS
#: You can specify different fonts for the bold/italic/bold-italic
#: variants. The easiest way to select fonts is to run the `kitten
@@ -2682,3 +2684,5 @@ shell $HOME/.local/bin/fish
#: }}}
#: }}}
+
+