Define dedicated alacritty-configs per env
These then have to be soft-linked at the target marchine
This commit is contained in:
14
.config/alacritty/alacritty.linux.toml
Normal file
14
.config/alacritty/alacritty.linux.toml
Normal file
@@ -0,0 +1,14 @@
|
||||
import = [
|
||||
"~/.config/alacritty/themes/themes/gruvbox_dark.toml"
|
||||
]
|
||||
|
||||
[font]
|
||||
size = 9.0
|
||||
offset = { x = 0, y = 3 }
|
||||
glyph_offset = { x = 0, y = -1 }
|
||||
# The NerdFont of ComitMono is created with: https://github.com/ryanoasis/nerd-fonts?tab=readme-ov-file#font-patcher
|
||||
# normal = { family = "ComicMono Nerd Font", style = "Regular" }
|
||||
normal = { family = "ComicMono Nerd Font", style = "Regular" }
|
||||
|
||||
[env]
|
||||
WINIT_X11_SCALE_FACTOR = "1.55"
|
||||
Reference in New Issue
Block a user