From d98515ec721fe464928a72ef80c82fdc2fcc53f3 Mon Sep 17 00:00:00 2001 From: Taeyeon Mori Date: Sat, 11 Mar 2017 23:47:02 +0100 Subject: [PATCH] xinputrc: Add compose key --- dotfiles/xinputrc | 4 ++++ 1 file changed, 4 insertions(+) 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 +