mirror of
https://github.com/vincentbernat/i3wm-configuration.git
synced 2025-06-26 11:48:33 +02:00
input-event: do not try to configure a Yubikey
This commit is contained in:
parent
51e96d21e2
commit
b394ff168a
1 changed files with 2 additions and 0 deletions
|
@ -31,6 +31,8 @@ case "$event,$use,$(uname -n),$name" in
|
|||
*,XISlaveKeyboard,*,"ThinkPad Extra Buttons")
|
||||
xkb thinkpad-extra
|
||||
;;
|
||||
*,XISlaveKeyboard,*,"Yubico "*)
|
||||
;;
|
||||
*,XISlaveKeyboard,*)
|
||||
xkb default
|
||||
;;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue