diff options
author | Daniel Díaz <daniel.diaz@linaro.org> | 2016-10-21 14:03:13 -0500 |
---|---|---|
committer | Daniel Stone <daniels@collabora.com> | 2016-10-22 15:04:58 +0100 |
commit | 75b7197f4e072a4e2de124ddbe93b85cffb1c0f8 (patch) | |
tree | 08d2251df51200eeb39f2e7873bf914782f2396d /weston.ini.in | |
parent | 2dae4d0110a1e3699f0e99ca0e6a6a6904842253 (diff) |
Add configuration option for no input device.
As it has been discussed in the past [1], running Weston
without any input device at launch might be beneficial for
some use cases.
Certainly, it's best for the vast majority of users (and
the project) to require an input device to be present, as
to avoid frustration and hassle, but for those brave souls
that so prefer, this patch lets them run without any input
device at all.
This introduces a simple configuration in weston.ini:
[core]
require-input=true
True is the default, so no behavioral change is introduced.
[1] https://lists.freedesktop.org/archives/wayland-devel/2015-November/025193.html
Signed-off-by: Daniel Díaz <daniel.diaz@linaro.org>
Reviewed-by: Peter Hutterer <peter.hutterer@who-t.net>
Reviewed-by: Daniel Stone <daniels@collabora.com>
Diffstat (limited to 'weston.ini.in')
-rw-r--r-- | weston.ini.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/weston.ini.in b/weston.ini.in index 14a4c0c9..d837fb5d 100644 --- a/weston.ini.in +++ b/weston.ini.in @@ -2,6 +2,7 @@ #modules=xwayland.so,cms-colord.so #shell=desktop-shell.so #gbm-format=xrgb2101010 +#require-input=true [shell] background-image=/usr/share/backgrounds/gnome/Aqua.jpg |