Fix resolution setting for smol

This commit is contained in:
Adam Gausmann 2020-04-10 01:39:43 -05:00
parent a043ba66de
commit 633b50587d

View file

@ -2,5 +2,5 @@ base16-scheme = "seti"
ethernet = ["enp0s3"]
disks = ["/"]
outputs = [
{ name = "VGA-1", config = ["--auto", "--primary", "--mode", "1920x1080" ] }
{ name = "VGA-1", config = ["--primary", "--mode", "1920x1080" ] }
]