aboutsummaryrefslogtreecommitdiff
path: root/etc/X11/xorg.conf
diff options
context:
space:
mode:
Diffstat (limited to 'etc/X11/xorg.conf')
-rw-r--r--etc/X11/xorg.conf21
1 files changed, 15 insertions, 6 deletions
diff --git a/etc/X11/xorg.conf b/etc/X11/xorg.conf
index 3324cf8..1c0dbe5 100644
--- a/etc/X11/xorg.conf
+++ b/etc/X11/xorg.conf
@@ -1,8 +1,17 @@
Section "InputDevice"
- Identifier "Keyboard0"
- Driver "kbd"
- Option "XkbModel" "pc105"
- Option "XkbLayout" "se,se,ru"
- Option "XkbVariant" "nodeadkeys,,"
- Option "XkbOptions" "grp:alt_caps_toggle,compose:paus"
+ Identifier "Keyboard0"
+ Driver "kbd"
+ Option "XkbModel" "pc105"
+ Option "XkbLayout" "se,se,ru"
+ Option "XkbVariant" "nodeadkeys,,"
+ Option "XkbOptions" "grp:alt_caps_toggle,compose:paus"
+EndSection
+
+Section "InputDevice"
+ Identifier "<default pointer>"
+ Driver "mouse"
+ Option "Protocol" "wsmouse"
+ Option "Device" "/dev/wsmouse"
+ Option "Emulate3Buttons" "Off"
+ Option "ZAxisMapping" "4 5 6 7"
EndSection