From 4b0ca090b71e70cc2b5bcd93ed40fc8c40c499fa Mon Sep 17 00:00:00 2001 From: Sascha Hlusiak Date: Wed, 3 Oct 2012 18:44:06 +0200 Subject: config: mention floating option in xorg.conf.d snippet --- config/50-joystick-all.conf | 3 +++ 1 file changed, 3 insertions(+) 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" -- cgit v1.2.3