Fix resolution setting for smol
This commit is contained in:
parent
a043ba66de
commit
633b50587d
1 changed files with 1 additions and 1 deletions
|
@ -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" ] }
|
||||
]
|
||||
|
|
Loading…
Add table
Reference in a new issue