Closed apiraino closed 4 years ago
Well, as per the man page the position is in the form of <x>,<y>
so your config should probably look more like (assuming you want HDMI-A-2
centered above eDP-1
):
{
output HDMI-A-2 position 0,1080 mode 2560x1440
output eDP-1 position 320,0 mode 1920x1080
}
oh, you're right I was confused and missed how it works :)
Small correction to your suggestion to have HDMI-A-2
stacked above e-DP-1
:
{
output HDMI-A-2 position 0,0 mode 2560x1440
output eDP-1 position 320,1440 mode 1920x1080
}
Thanks for the suggestion! :+1:
Closing because I was just dumb :D
Hi!
Thank you for your work on coding
utilities forSway :-)I'd like to stack my monitors vertically. Given the following kanshi config:
I'd expect
HDMI-A-2
to be "above" and move toeDP-1
hovering the mouse cursor vertically. What actually happens is that I can switch monitors moving the cursor horizontally.I've read the man page for
sway-output
and it looks that my config should do. Am i missing something?Thanks
EDIT: possibly related to https://github.com/swaywm/sway/issues/1666#issuecomment-480017611