Skip to content

Instantly share code, notes, and snippets.

@zonque
Created March 9, 2020 20:17
Show Gist options
  • Select an option

  • Save zonque/9e5a14c01b68b999b200094e03a00486 to your computer and use it in GitHub Desktop.

Select an option

Save zonque/9e5a14c01b68b999b200094e03a00486 to your computer and use it in GitHub Desktop.

Revisions

  1. zonque created this gist Mar 9, 2020.
    7 changes: 7 additions & 0 deletions gistfile1.txt
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,7 @@
    # /usr/share/X11/xorg.conf.d/99-ignore-keyspan.conf

    Section "InputClass"
    Identifier "Keyspan blacklist"
    MatchVendor "Keyspan"
    Option "Ignore" "on"
    EndSection