Group fonts together with rest of Alacritty config

This commit is contained in:
David Heinemeier Hansson
2024-07-03 14:12:40 +02:00
parent 9f6dd4d39a
commit 7b7a6424fa
7 changed files with 3 additions and 4 deletions

View File

@@ -0,0 +1,3 @@
# Leave this file in place for omakub to rely on a shared font size for all terminal apps
[font]
size = 9

View File

@@ -1,2 +0,0 @@
# Leave this file as-is to allow omakub to swap fonts system wide
import = [ "~/.local/share/omakub/fonts/alacritty/cascadia-mono.toml" ]

View File

@@ -1,2 +0,0 @@
# Leave this file as-is to allow omakub to swap themes system wide
import = [ "~/.local/share/omakub/themes/alacritty/tokyo-night.toml" ]