summaryrefslogtreecommitdiffstats
path: root/lib/Xconfig/xfree.pm
diff options
context:
space:
mode:
Diffstat (limited to 'lib/Xconfig/xfree.pm')
-rw-r--r--lib/Xconfig/xfree.pm3
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/Xconfig/xfree.pm b/lib/Xconfig/xfree.pm
index dfa4d5a..d7abba8 100644
--- a/lib/Xconfig/xfree.pm
+++ b/lib/Xconfig/xfree.pm
@@ -313,7 +313,6 @@ sub set_synaptics {
each_index {
my $synaptics_mouse = $_;
my $identifier = "SynapticsMouse" . ($::i + 1);
- my $pointer_type = $synaptics_mouse->{Primary} ? "CorePointer" : "AlwaysCore";
my $h = {
Identifier => { val => $identifier },
Driver => { val => "synaptics" },
@@ -347,7 +346,7 @@ sub set_synaptics {
$h->{$k} = { val => $v, Option => 1 };
}
$raw_X->add_Section('InputDevice', $h);
- push @$layout, { val => qq("$identifier" "$pointer_type") };
+ push @$layout, { val => qq("$identifier" "AlwaysCore") };
} @synaptics;
}