-
Notifications
You must be signed in to change notification settings - Fork 24
Open
Description
Hi!
I couldn't get the "--daemon" switch to work with the Thinkpad Dock DK1633, but I did a script to workaround it.
Maybe it will help some of you.
while true
do
FOUND=$(lsusb | grep 'ThinkPad Dock' | head -n 1)
if [ ! -z "$FOUND" ] ; then
#echo "Docked."
dockd --set docked
else
#echo "Undocked."
dockd --set undocked
fi
sleep 1
donelukasz-bielinski and Bakterio
Metadata
Metadata
Assignees
Labels
No labels