diff options
author | Jonas Ådahl <jadahl@gmail.com> | 2014-07-22 22:49:41 +0200 |
---|---|---|
committer | Pekka Paalanen <pekka.paalanen@collabora.co.uk> | 2014-08-15 15:33:55 +0300 |
commit | 05e4a1f768bbeecb357a449924cd8a9f2b6b0112 (patch) | |
tree | d584c93ba1945f59cbaf2927c34b58a3a24bcba9 /weston.ini.in | |
parent | 886b0098c3bc856dc7c945a3f424e8b64cbc1a7c (diff) | |
download | weston-05e4a1f768bbeecb357a449924cd8a9f2b6b0112.tar.gz weston-05e4a1f768bbeecb357a449924cd8a9f2b6b0112.tar.bz2 weston-05e4a1f768bbeecb357a449924cd8a9f2b6b0112.zip |
libinput: Add tap configuration to weston.ini
Enable by adding the following to your weston.ini:
[libinput]
enable_tap=true
This also makes weston require libinput >= 0.5.0.
Signed-off-by: Jonas Ådahl <jadahl@gmail.com>
Diffstat (limited to 'weston.ini.in')
-rw-r--r-- | weston.ini.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/weston.ini.in b/weston.ini.in index 03fbde27..4fca0bbb 100644 --- a/weston.ini.in +++ b/weston.ini.in @@ -61,6 +61,9 @@ path=@libexecdir@/weston-keyboard #mode=1024x768 #transform=flipped-90 +#[libinput] +#enable_tap=true + #[touchpad] #constant_accel_factor = 50 #min_accel_factor = 0.16 |