summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
Diffstat (limited to 'lib')
-rw-r--r--lib/keyboard.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/keyboard.pm b/lib/keyboard.pm
index 1d7070f..b2c2af4 100644
--- a/lib/keyboard.pm
+++ b/lib/keyboard.pm
@@ -634,7 +634,7 @@ sub write {
$xorgconf .= " Option \"XkbModel\" \"" . $keyboard->{'XkbModel'} . "\"\n";
}
if ($keyboard->{'XkbVariant'}) {
- $xorgconf .= " Option \"XkbModel\" \"" . $keyboard->{'XkbVariant'} . "\"\n";
+ $xorgconf .= " Option \"XkbVariant\" \"" . $keyboard->{'XkbVariant'} . "\"\n";
}
if ($keyboard->{'XkbOptions'}) {
$xorgconf .= " Option \"XkbOptions\" \"" . $keyboard->{'XkbOptions'} . "\"\n";