mirror of
https://github.com/vincentbernat/i3wm-configuration.git
synced 2025-07-10 18:24:22 +02:00
inputplug: stop adding Yubikey to SSH agent
This commit is contained in:
parent
87e7781037
commit
ef326af3ac
1 changed files with 2 additions and 2 deletions
|
@ -26,8 +26,8 @@ case "$event,$use,$(uname -n),$name" in
|
||||||
xkb x1gen2
|
xkb x1gen2
|
||||||
;;
|
;;
|
||||||
*,XISlaveKeyboard,*,"Yubico YubiKey OTP+FIDO+CCID")
|
*,XISlaveKeyboard,*,"Yubico YubiKey OTP+FIDO+CCID")
|
||||||
ssh-add -e /usr/lib/x86_64-linux-gnu/libykcs11.so 2> /dev/null
|
#ssh-add -e /usr/lib/x86_64-linux-gnu/libykcs11.so 2> /dev/null
|
||||||
ssh-add -s /usr/lib/x86_64-linux-gnu/libykcs11.so
|
#ssh-add -s /usr/lib/x86_64-linux-gnu/libykcs11.so
|
||||||
;;
|
;;
|
||||||
*,XISlaveKeyboard,*,"IQUNIX IQUNIX ZX75 Mechanical Keyboard")
|
*,XISlaveKeyboard,*,"IQUNIX IQUNIX ZX75 Mechanical Keyboard")
|
||||||
xkb 75percent
|
xkb 75percent
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue