Skip to content

Instantly share code, notes, and snippets.

### Keybase proof
I hereby claim:
* I am lowson on github.
* I am lowson (https://keybase.io/lowson) on keybase.
* I have a public key whose fingerprint is 378B DC3B 8189 D2B6 CF0E 64A0 C708 DB3B D05E 0034
To claim this, I am signing this object:
@lowson
lowson / 81-thinkpad-dock.rules
Last active April 17, 2017 16:38 — forked from seanf/81-thinkpad-dock.rules
Example ThinkPad docking script for multi-monitor
# Save this file (after modifying ID_VENDOR and ID_MODEL if necessary) as /etc/udev/rules.d/81-thinkpad-dock.rules
# These values seem to work for "ThinkPad Mini Dock Plus Series 3"
SUBSYSTEM=="usb", ACTION=="add|remove", ENV{ID_VENDOR}=="17ef", ENV{ID_MODEL}=="100a", RUN+="/etc/sbin/thinkpad-dock.sh"