08.03.2024 Friday 09:56
This commit is contained in:
43
.config/alacritty/alacritty.toml
Normal file
43
.config/alacritty/alacritty.toml
Normal file
@@ -0,0 +1,43 @@
|
||||
import = ["~/.config/alacritty/themes/themes/solarized_dark.toml"]
|
||||
|
||||
|
||||
# [font.normal]
|
||||
# # family = "MesloLGS NF"
|
||||
# family = "MesloLGS Nerd Font Mono"
|
||||
#
|
||||
|
||||
[font]
|
||||
normal.family = "MesloLGS Nerd Font Mono"
|
||||
bold.family = "MesloLGS Nerd Font Mono"
|
||||
italic.family = "MesloLGS Nerd Font Mono"
|
||||
bold_italic.family = "MesloLGS Nerd Font Mono"
|
||||
size = 18
|
||||
offset.x = 1
|
||||
|
||||
|
||||
# [window]
|
||||
# decorations = "none"
|
||||
|
||||
# [window.padding]
|
||||
# x = 5
|
||||
# y = 3
|
||||
|
||||
# window.dynamic_padding = true
|
||||
|
||||
[window]
|
||||
dynamic_padding = true
|
||||
padding.x = 5
|
||||
padding.y = 3
|
||||
dimensions.columns = 89
|
||||
dimensions.lines = 41
|
||||
|
||||
# decorations = "buttonless"
|
||||
# decorations = "full"
|
||||
# decorations = "transparent"
|
||||
startup_mode = "Windowed"
|
||||
|
||||
[scrolling]
|
||||
history = 20000
|
||||
|
||||
[selection]
|
||||
save_to_clipboard = true
|
||||
Reference in New Issue
Block a user