Skip to content

Latest commit

 

History

History
25 lines (20 loc) · 782 Bytes

README.rst

File metadata and controls

25 lines (20 loc) · 782 Bytes

Docking a Thinkpad T430 on Arch Linux

The necessary files to automatically set up dual monitors when docking my Thinkpad T430. This was specifically made for my environment and is here for reference.

Installation

# pacman -S acpid
# cp monitor.sh /usr/local/bin/
# cp docking.service /etc/systemd/system/
# cp 100-kipling.rules /etc/udev/rules.d/
# cp lid /etc/acpi/events/
# systemctl daemon-reload
# systemctl restart acpid systemd-udevd

License

Copyright © 2017 Matt Deacalion Stevens, released under The MIT License.