summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSascha Hlusiak <saschahlusiak@arcor.de>2012-10-03 18:44:06 +0200
committerSascha Hlusiak <saschahlusiak@arcor.de>2012-10-03 18:44:06 +0200
commit4b0ca090b71e70cc2b5bcd93ed40fc8c40c499fa (patch)
treed4c746c4846e82c207cd5bf2accbc7af885ee98d
parentc473c8bd7985441d8264f8f48537d39dbe0c874e (diff)
config: mention floating option in xorg.conf.d snippet
-rw-r--r--config/50-joystick-all.conf3
1 files changed, 3 insertions, 0 deletions
diff --git a/config/50-joystick-all.conf b/config/50-joystick-all.conf
index ee03dd5..6e780fd 100644
--- a/config/50-joystick-all.conf
+++ b/config/50-joystick-all.conf
@@ -16,6 +16,9 @@ Section "InputClass"
# MatchIsJoystick "on"
# MatchDevicePath "/dev/input/event*"
+ # UNCOMMENT TO SET THE DEVICE FLOATING ON HOTPLUG
+# Option "Floating" "true"
+
Option "MapButton1" "button=1"
Option "MapButton2" "button=2"
Option "MapButton3" "button=3"