Re: Wayland and window position/size

2021-05-26 Thread Pekka Paalanen
On Tue, 25 May 2021 22:10:38 -0500 Igor Korot wrote: > Hi, Carsten, > > On Tue, May 25, 2021 at 8:51 PM Carsten Haitzler wrote: > > > > On Tue, 25 May 2021 16:24:30 -0500 Igor Korot said: > > > > > Hi, list, > > > Couple of questions about Wayland, since more and more distros switching > >

Re: Wayland and window position/size

2021-05-26 Thread Daniel Stone
Hi, On Wed, 26 May 2021 at 10:30, Pekka Paalanen wrote: > On Tue, 25 May 2021 22:10:38 -0500 Igor Korot wrote: > > > Positioning - Don't position and Wayland discourages it by not having > > > such an > > > API. Sizing - do whatever you like. > > > > It just discourages it, so it is not complet

Re: Wayland and window position/size

2021-05-26 Thread Carsten Haitzler
On Tue, 25 May 2021 22:10:38 -0500 Igor Korot said: > Hi, Carsten, > > On Tue, May 25, 2021 at 8:51 PM Carsten Haitzler wrote: > > > > On Tue, 25 May 2021 16:24:30 -0500 Igor Korot said: > > > > > Hi, list, > > > Couple of questions about Wayland, since more and more distros > > > switching ;-

Multihead with wayland, similar to

2021-05-26 Thread Pietro Battiston
Dear devs, (not being an expert in Wayland at all) I have been trying in vain to find a solution to use another device as an additional monitor for my desktop. Other people seem to have tried, too¹ (trying to port to Wayland different approaches which could be used with Xorg), and at least at fir

Re: Multihead with wayland, similar to

2021-05-26 Thread Simon Ser
Hi, Many of Sway (and any wlroots-based compositor) users have set up an headless output plus wayvnc [1] for this use-case. In Sway, a headless output can be created via `swaymsg create_output`, and configured just like any other output. Simon [1]: https://github.com/any1/wayvnc

Re: Multihead with wayland, similar to

2021-05-26 Thread Jonas Ådahl
On Thu, May 27, 2021 at 08:01:39AM +0200, Pietro Battiston wrote: > Dear devs, > > (not being an expert in Wayland at all) I have been trying in vain to > find a solution to use another device as an additional monitor for my > desktop. > > Other people seem to have tried, too¹ (trying to port to