# HG changeset patch # User IBBoard # Date 1453922319 0 # Node ID c67aa2af6ff211292664b3f76ecf2e3e98a5d861 # Parent deb089e237acce4e503779c968aa8c6d3bd36053 Switch to ibus, because it is simpler than uim but does XCompose diff -r deb089e237ac -r c67aa2af6ff2 bashrc --- a/bashrc Sat Oct 24 15:49:19 2015 +0100 +++ b/bashrc Wed Jan 27 19:18:39 2016 +0000 @@ -31,3 +31,5 @@ ( (tmux has-session -t remote && tmux attach-session -t remote) || (tmux new-session -s remote) ) && exit 0 echo "tmux failed to start" fi + +export GTK_IM_MODULE=ibus \ No newline at end of file diff -r deb089e237ac -r c67aa2af6ff2 profile --- a/profile Sat Oct 24 15:49:19 2015 +0100 +++ b/profile Wed Jan 27 19:18:39 2016 +0000 @@ -10,4 +10,4 @@ export LC_ALL=en_GB.UTF-8 #Set us up for XCompose support of custom characters -export GTK_IM_MODULE="uim" \ No newline at end of file +export GTK_IM_MODULE="ibus"