refactor(alacritty): import OS/system-specific configs, archive unused themes
This commit is contained in:
parent
5d193545de
commit
43b1430606
17 changed files with 337 additions and 409 deletions
|
|
@ -1,26 +1,4 @@
|
|||
# Alacritty Windows config
|
||||
# Alacritty config
|
||||
|
||||
```
|
||||
import = [
|
||||
"C:/Users/foobar/AppData/Roaming/alacritty/tokyonight_moon.toml"
|
||||
]
|
||||
|
||||
[font]
|
||||
normal = { family = "JetBrainsMono Nerd Font", style = "Regular" }
|
||||
size = 16
|
||||
|
||||
[window]
|
||||
decorations = "Full"
|
||||
padding = { x = 5, y = 5 }
|
||||
dynamic_padding = true
|
||||
|
||||
[bell]
|
||||
duration = 10
|
||||
color = "#3a3a3a"
|
||||
|
||||
[cursor]
|
||||
style = { shape = "Block", blinking = "Always" }
|
||||
|
||||
[keyboard]
|
||||
bindings = [{ key = "T", mods = "Control", action = "CreateNewWindow" }]
|
||||
```
|
||||
Delete the `alacrity-<systemdescr>.toml` files you will not need. Those contain
|
||||
OS/system-dependant preferences like font size etc.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue