diff bashrc @ 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 acbc487533ab
children 066d31abcee4
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