Advertisement
techmik

06-layout.conf

Aug 14th, 2011
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.99 KB | None | 0 0
  1. Section "ServerLayout"
  2. Identifier "Desktop"
  3. Screen 0 "Screen 0" 0 0
  4. Screen 2 "Screen 2" RightOf "Screen 0"
  5. InputDevice "keyboard_Desktop" "CoreKeyboard"
  6. InputDevice "mouse_Desktop" "CorePointer"
  7. EndSection
  8.  
  9. Section "InputDevice"
  10. Identifier "keyboard_Desktop"
  11. Driver "evdev"
  12. Option "Device" "/dev/input/by-id/usb-Microsoft_Microsoft_Wireless_Optical_Desktop®_2.10-event-kbd"
  13. EndSection
  14.  
  15. Section "InputDevice"
  16. Identifier "mouse_Desktop"
  17. Driver "evdev"
  18. Option "GrabDevice" "on"
  19. Option "Device" "/dev/input/by-id/usb-Microsoft_Microsoft_Wireless_Optical_Desktop®_2.10-event-mouse"
  20. EndSection
  21.  
  22. #Section "InputDevice"
  23. # Identifier "keyboard_Media"
  24. # Driver "void"
  25. # Option "CoreKeyboard"
  26. #EndSection
  27.  
  28. #Section "InputDevice"
  29. # Identifier "mouse_Media"
  30. # Driver "void"
  31. # Option "GrabDevice" "on"
  32. # Option "CorePointer"
  33. #EndSection
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement