comparison 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
comparison
equal deleted inserted replaced
26:deb089e237ac 27:c67aa2af6ff2
29 STARTED_TMUX=1; export STARTED_TMUX 29 STARTED_TMUX=1; export STARTED_TMUX
30 sleep 1 30 sleep 1
31 ( (tmux has-session -t remote && tmux attach-session -t remote) || (tmux new-session -s remote) ) && exit 0 31 ( (tmux has-session -t remote && tmux attach-session -t remote) || (tmux new-session -s remote) ) && exit 0
32 echo "tmux failed to start" 32 echo "tmux failed to start"
33 fi 33 fi
34
35 export GTK_IM_MODULE=ibus