mirror of
https://github.com/vincentbernat/i3wm-configuration.git
synced 2025-07-14 04:04:20 +02:00
input-event: remove specific configuration for Thinkpad extra buttons
It's useless as we don't set anything specific anymore.
This commit is contained in:
parent
b0925e9f02
commit
ebec44af3c
2 changed files with 1 additions and 11 deletions
|
@ -29,7 +29,7 @@ case "$event,$use,$(uname -n),$name" in
|
|||
xkb x1gen2
|
||||
;;
|
||||
*,XISlaveKeyboard,*,"ThinkPad Extra Buttons")
|
||||
xkb thinkpad-extra
|
||||
:
|
||||
;;
|
||||
*,XISlaveKeyboard,*,"Yubico YubiKey OTP+FIDO+CCID")
|
||||
ssh-add -e /usr/lib/x86_64-linux-gnu/libykcs11.so 2> /dev/null
|
||||
|
|
|
@ -1,10 +0,0 @@
|
|||
# -*- conf -*-
|
||||
|
||||
# Configuration for thinkpad extra buttons
|
||||
xkb_keymap {
|
||||
xkb_keycodes { include "evdev+aliases(qwerty)" };
|
||||
xkb_types { include "complete" };
|
||||
xkb_compat { include "complete" };
|
||||
xkb_symbols { include "pc+us+inet(evdev)" };
|
||||
xkb_geometry { include "pc(pc105)" };
|
||||
};
|
Loading…
Add table
Add a link
Reference in a new issue