aboutsummaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorRyan Kavanagh <rak@debian.org>2019-02-01 09:48:22 -0500
committerRyan Kavanagh <rak@debian.org>2019-02-01 09:48:22 -0500
commit4aef2f069a1849fd26898883b253e9fea5e48afe (patch)
tree2fdb3e406ff4f12e933393af90b2f39e8b75f293 /bin
parentUpdate irssi channel list (diff)
icd bugfix?
Diffstat (limited to 'bin')
-rwxr-xr-xbin/icd4
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/icd b/bin/icd
index c2eac99..77d7b50 100755
--- a/bin/icd
+++ b/bin/icd
@@ -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