xinputrc: Add compose key

master
Taeyeon Mori 7 years ago
parent fc2a10c3e2
commit d98515ec72
  1. 4
      dotfiles/xinputrc

@ -1,5 +1,6 @@
#!/bin/sh
# Set up Ultranav
trackpoint_dev="TPPS/2 IBM TrackPoint"
if xinput --list --name-only | grep -q "$trackpoint_dev"; then
@ -8,3 +9,6 @@ if xinput --list --name-only | grep -q "$trackpoint_dev"; then
xinput set-prop "$trackpoint_dev" "Evdev Wheel Emulation Timeout" 200
fi
# Set up Compose Key
setxkbmap -option lv3:ralt_switch_multikey

Loading…
Cancel
Save