Re: RFC: idle protocol

2015-12-21 Thread Pekka Paalanen
On Tue, 08 Dec 2015 14:12:01 +0100 Martin Graesslin wrote: > Hi Wayland-developers, > > at KDE we developed a protocol for our framework kidletime [1]. The idea is > to > notify Wayland clients when a wl_seat has been idle for a specified time. We > use this for example

Re: RFC: idle protocol

2015-12-09 Thread Michal Suchanek
On 9 December 2015 at 08:12, Martin Graesslin wrote: > On Tuesday, December 8, 2015 2:59:38 PM CET Bryce Harrington wrote: >> On Tue, Dec 08, 2015 at 02:12:01PM +0100, Martin Graesslin wrote: >> > Hi Wayland-developers, >> > >> > at KDE we developed a protocol for our

Re: RFC: idle protocol

2015-12-09 Thread Martin Graesslin
On Wednesday, December 9, 2015 5:43:13 PM CET Peter Hutterer wrote: > > > you need to describe what classifies as "user activity". > > > > something like "after no input events with a new timestamp"? I'm always > > bad at writing documentation ;-) > > yeah, but you'll need to figure out what you

Re: RFC: idle protocol

2015-12-09 Thread Auke Booij
On 9 December 2015 at 07:43, Peter Hutterer wrote: > On Wed, Dec 09, 2015 at 08:17:40AM +0100, Martin Graesslin wrote: >> On Wednesday, December 9, 2015 4:19:12 PM CET Peter Hutterer wrote: >> > On Tue, Dec 08, 2015 at 02:12:01PM +0100, Martin Graesslin wrote: >> > > Hi

RFC: idle protocol

2015-12-08 Thread Martin Graesslin
Hi Wayland-developers, at KDE we developed a protocol for our framework kidletime [1]. The idea is to notify Wayland clients when a wl_seat has been idle for a specified time. We use this for example for power management, screen locking etc. But a common use case is also setting a user as away

Re: RFC: idle protocol

2015-12-08 Thread Bryce Harrington
On Tue, Dec 08, 2015 at 02:12:01PM +0100, Martin Graesslin wrote: > Hi Wayland-developers, > > at KDE we developed a protocol for our framework kidletime [1]. The idea is > to > notify Wayland clients when a wl_seat has been idle for a specified time. We > use this for example for power

Re: RFC: idle protocol

2015-12-08 Thread Peter Hutterer
On Wed, Dec 09, 2015 at 08:17:40AM +0100, Martin Graesslin wrote: > On Wednesday, December 9, 2015 4:19:12 PM CET Peter Hutterer wrote: > > On Tue, Dec 08, 2015 at 02:12:01PM +0100, Martin Graesslin wrote: > > > Hi Wayland-developers, > > > > > > at KDE we developed a protocol for our framework

Re: RFC: idle protocol

2015-12-08 Thread Peter Hutterer
On Tue, Dec 08, 2015 at 02:12:01PM +0100, Martin Graesslin wrote: > Hi Wayland-developers, > > at KDE we developed a protocol for our framework kidletime [1]. The idea is > to > notify Wayland clients when a wl_seat has been idle for a specified time. We > use this for example for power

Re: RFC: idle protocol

2015-12-08 Thread Martin Graesslin
On Wednesday, December 9, 2015 4:19:12 PM CET Peter Hutterer wrote: > On Tue, Dec 08, 2015 at 02:12:01PM +0100, Martin Graesslin wrote: > > Hi Wayland-developers, > > > > at KDE we developed a protocol for our framework kidletime [1]. The idea > > is to notify Wayland clients when a wl_seat has

Re: RFC: idle protocol

2015-12-08 Thread Martin Graesslin
On Tuesday, December 8, 2015 2:59:38 PM CET Bryce Harrington wrote: > On Tue, Dec 08, 2015 at 02:12:01PM +0100, Martin Graesslin wrote: > > Hi Wayland-developers, > > > > at KDE we developed a protocol for our framework kidletime [1]. The idea > > is to notify Wayland clients when a wl_seat has