Closed MichaelAquilina closed 5 years ago
My cofiguration file:
{
output eDP-1 scale 2
}
{
output eDP-1 disable
output DP-1 scale 1
}
Can you send a patch?
Hmmm perhaps the version that is published on the rust crates index is very out of date? The issue doesnt seem to be present when compiling it manually from github.
However an issue with the latest version seems to be that it doesnt recognize my configuration correctly. Debugging this right now but I am a bit unfamiliar with the named!
syntax you are using in store.rs
Facing this same issue, installed from cargo. Would it be possible to update the crate please? Last version in there is from 2017.
My configuration produces
If I try running the second line:
This seems to be because position is marked as
x,y
rather thanx y
. The documentation onman sway-output
specifies that x and y should be separated by a space and using a space instead seems to work: