diff options
| author | czjstmax <jstmaxlol@disroot.org> | 2025-12-21 18:14:19 +0100 |
|---|---|---|
| committer | czjstmax <jstmaxlol@disroot.org> | 2025-12-21 18:14:19 +0100 |
| commit | d27ed681f6e5b3557418b3a1180f064e69515e82 (patch) | |
| tree | 9185570a645dc54be55869bc83f41e84032b02c9 /cfg/alacritty.toml | |
| parent | d2d638e7a637bc5dcfb1ef7b2525be6a8d20df18 (diff) | |
cumulative config files (dotfiles) update
Signed-off-by: czjstmax <jstmaxlol@disroot.org>
Diffstat (limited to 'cfg/alacritty.toml')
| -rw-r--r-- | cfg/alacritty.toml | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/cfg/alacritty.toml b/cfg/alacritty.toml index 5afcf79..747c930 100644 --- a/cfg/alacritty.toml +++ b/cfg/alacritty.toml @@ -1,13 +1,15 @@ [font] -size = 12.0 +size = 11.0 [font.normal] -#family = "FiraCode" -family = "mononoki" +family = "Comic Mono" +#family = "JetBrains Mono" +#family = "mononoki" +#family = "Iosevka" style = "Regular" [window] -opacity = 0.9 +opacity = 0.98 [window.padding] x = 18 |