mirror of
https://github.com/vincentbernat/i3wm-configuration.git
synced 2025-06-30 13:24:21 +02:00
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:
parent
b997e0be4d
commit
55eda7d06f
1 changed files with 0 additions and 6 deletions
|
@ -19,12 +19,6 @@ case "$event,$use,$(uname -n),$name" in
|
||||||
XIDeviceDisabled,*)
|
XIDeviceDisabled,*)
|
||||||
:
|
:
|
||||||
;;
|
;;
|
||||||
*,XISlaveKeyboard,*,"Topre Corporation Realforce 87")
|
|
||||||
# Are we getting docked?
|
|
||||||
sleep 2
|
|
||||||
dock
|
|
||||||
xkb default
|
|
||||||
;;
|
|
||||||
*,XISlaveKeyboard,zoro,"AT Translated Set 2 keyboard")
|
*,XISlaveKeyboard,zoro,"AT Translated Set 2 keyboard")
|
||||||
xkb x1
|
xkb x1
|
||||||
;;
|
;;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue