input: no need to dock when detecting keyboard

Nowadays, we get the appropriate events from udev and autorandr
handles that.
This commit is contained in:
Vincent Bernat 2020-01-15 11:47:51 +01:00
parent b997e0be4d
commit 55eda7d06f

View file

@ -19,12 +19,6 @@ case "$event,$use,$(uname -n),$name" in
XIDeviceDisabled,*)
:
;;
*,XISlaveKeyboard,*,"Topre Corporation Realforce 87")
# Are we getting docked?
sleep 2
dock
xkb default
;;
*,XISlaveKeyboard,zoro,"AT Translated Set 2 keyboard")
xkb x1
;;