Advertisement
Guest User

Untitled

a guest
Nov 15th, 2013
61
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.51 KB | None | 0 0
  1. rose@RosePersonalComputer ~ $ for i in `xinput --list | perl -pe 's/^.*?id=(.).*/\1/g'`; do xinput -list-props "$i";
  2. > done | grep -i enabled
  3. Device Enabled (132): 1
  4. Device Enabled (132): 1
  5. unable to find device 1
  6. unable to find device 1
  7. unable to find device 1
  8. unable to find device 1
  9. unable to find device 1
  10. Device Enabled (132): 1
  11. Device Enabled (132): 1
  12. Device Enabled (132): 1
  13. Device Enabled (132): 1
  14. Device Enabled (132): 1
  15. Device Enabled (132): 1
  16. rose@RosePersonalComputer ~ $
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement