Re: [PATCH weston v2 1/1] compositor: Add idle timeout option to weston.ini

2014-11-21 Thread Pekka Paalanen
On Thu, 30 Oct 2014 15:06:34 -0400 Frederic Plourde wrote: > Weston's idle timeout can already be set via the '-i' command-line > option, but this patch lets users specify it also via weston.ini. > Note that the command-line option takes precedence over the .ini, > should the option be set by bot

[PATCH weston v2 1/1] compositor: Add idle timeout option to weston.ini

2014-10-30 Thread Frederic Plourde
Weston's idle timeout can already be set via the '-i' command-line option, but this patch lets users specify it also via weston.ini. Note that the command-line option takes precedence over the .ini, should the option be set by both. This patch also Updates weston.ini man page with idle-timeout bit