Aggiunta file di configurazione alacritty e kitty.
This commit is contained in:
parent
7be9e0086a
commit
d9abe6253c
4 changed files with 2590 additions and 0 deletions
43
alacritty/alacritty.toml
Normal file
43
alacritty/alacritty.toml
Normal file
|
@ -0,0 +1,43 @@
|
|||
import = [
|
||||
"~/.config/alacritty/themes/themes/blood_moon.toml"
|
||||
]
|
||||
|
||||
[window]
|
||||
opacity = 0.9
|
||||
blur = true
|
||||
dynamic_title = true
|
||||
|
||||
[window.dimensions]
|
||||
columns = 80
|
||||
lines = 25
|
||||
|
||||
[scrolling]
|
||||
history = 100000
|
||||
|
||||
[font]
|
||||
#size = 12.0
|
||||
|
||||
[font.normal]
|
||||
family = "SauceCodePro Nerd Font Mono"
|
||||
style = "Regular"
|
||||
|
||||
[cursor]
|
||||
unfocused_hollow = true
|
||||
|
||||
[cursor.style]
|
||||
shape = "Block"
|
||||
blinking = "On"
|
||||
|
||||
[cursor.vi_mode_style]
|
||||
shape = "Underline"
|
||||
|
||||
[terminal]
|
||||
osc52 = "CopyPaste"
|
||||
|
||||
[keyboard]
|
||||
bindings = [
|
||||
{ key = "n", mods = "Control | Shift", action = "SpawnNewInstance" },
|
||||
]
|
||||
|
||||
[selection]
|
||||
save_to_clipboard = true
|
1
alacritty/themes
Submodule
1
alacritty/themes
Submodule
|
@ -0,0 +1 @@
|
|||
Subproject commit cafca9764653f0bd536073a0f882227f04ddc256
|
Loading…
Add table
Add a link
Reference in a new issue