changeset 27:c67aa2af6ff2

Switch to ibus, because it is simpler than uim but does XCompose
author IBBoard <dev@ibboard.co.uk>
date Wed, 27 Jan 2016 19:18:39 +0000
parents deb089e237ac
children 02aded8dde67
files bashrc profile
diffstat 2 files changed, 3 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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
--- 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"