diff options
-rw-r--r-- | perl-install/mouse.pm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/perl-install/mouse.pm b/perl-install/mouse.pm index 0f653eb56..e1cc1bcf8 100644 --- a/perl-install/mouse.pm +++ b/perl-install/mouse.pm @@ -398,6 +398,7 @@ sub set_xfree_conf { Device => "/dev/$_->{device}", Protocol => $_->{XMOUSETYPE}, Primary => $_ != $mouse->{auxmouse}, + ALPS => $_->{ALPS}, } } @$synaptics); } |