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

2014-10-29 Thread Frederic Plourde
On 14-10-29 02:57 PM, Bryce Harrington wrote: On Mon, Oct 27, 2014 at 11:17:48AM -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

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

2014-10-29 Thread Bryce Harrington
On Mon, Oct 27, 2014 at 11:17:48AM -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 b

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

2014-10-27 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