diff options
author | Ryan Kavanagh <rak@debian.org> | 2019-02-01 09:48:22 -0500 |
---|---|---|
committer | Ryan Kavanagh <rak@debian.org> | 2019-02-01 09:48:22 -0500 |
commit | 4aef2f069a1849fd26898883b253e9fea5e48afe (patch) | |
tree | 2fdb3e406ff4f12e933393af90b2f39e8b75f293 /bin | |
parent | Update irssi channel list (diff) |
icd bugfix?
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/icd | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -41,8 +41,8 @@ SUN_USB_ID=$(lsusb | grep -i "Sun Microsystems, Inc. Type 6 Keyboard" | awk '{ p echo "Setting up laptop" setxkbmap ${LAPTOP_OPTIONS} -device ${LAPTOP_ID} -print > ${XKB_DIR}/keymap/icd.laptop -#xkbcomp -I${HOME}/.xkb -synch \ -xkbcomp -I${HOME}/.xkb -i ${LAPTOP_ID} -synch \ +# xkbcomp -I${HOME}/.xkb -i ${LAPTOP_ID} -synch \ +xkbcomp -I${HOME}/.xkb -synch \ ${HOME}/.xkb/keymap/icd.laptop $DISPLAY # 2> /dev/null if [ "x${KIN_USB_ID}" != "x" ]; then |