Fix Alacritty deprecation warnings; add smol host
This commit is contained in:
parent
edadfcc62e
commit
528f8b5a02
3 changed files with 12 additions and 12 deletions
12
hosts/smol.toml
Normal file
12
hosts/smol.toml
Normal file
|
@ -0,0 +1,12 @@
|
|||
ethernet = ["enp0s3"]
|
||||
disks = ["/"]
|
||||
outputs = [
|
||||
{ name = "Virtual1", config = ["--auto", "--primary"] },
|
||||
{ name = "Virtual2" },
|
||||
{ name = "Virtual3" },
|
||||
{ name = "Virtual4" },
|
||||
{ name = "Virtual5" },
|
||||
{ name = "Virtual6" },
|
||||
{ name = "Virtual7" },
|
||||
{ name = "Virtual8" },
|
||||
]
|
|
@ -1,8 +0,0 @@
|
|||
wireless = ["wlp36s0"]
|
||||
ethernet = ["enp37s0"]
|
||||
disks = ["/", "/home"]
|
||||
outputs = [
|
||||
{ name = "HDMI-A-0", config = ["--auto", "--primary"] },
|
||||
{ name = "DVI-D-0", config = ["--auto", "--left-of", "HDMI-A-0"] },
|
||||
{ name = "DisplayPort-0" },
|
||||
]
|
|
@ -1,7 +1,6 @@
|
|||
scrolling:
|
||||
history: 10000
|
||||
multiplier: 3
|
||||
faux_multiplier: 3
|
||||
auto_scroll: false
|
||||
|
||||
tabspaces: 8
|
||||
|
@ -18,9 +17,6 @@ font:
|
|||
style: Italic
|
||||
size: 8
|
||||
|
||||
render_timer: false
|
||||
persistent_logging: false
|
||||
|
||||
draw_bold_text_with_bright_colors: true
|
||||
|
||||
colors:
|
||||
|
|
Loading…
Add table
Reference in a new issue