diff --git a/dotfiles/xinputrc b/dotfiles/xinputrc index 324aa18..866cb7b 100755 --- a/dotfiles/xinputrc +++ b/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 +