Skip to content

Instantly share code, notes, and snippets.

@aycabta
Created May 29, 2013 04:11
Show Gist options
  • Save aycabta/5667928 to your computer and use it in GitHub Desktop.
Save aycabta/5667928 to your computer and use it in GitHub Desktop.
It's so benry to run Skype on Linux.
#!/bin/sh
tmux new-session -d -s skype -n run
tmux send-keys -t skype:run "export XMODIFIERS=\"@im=ibus\"" C-m
tmux send-keys -t skype:run "export GTK_IM_MODULE=ibus" C-m
tmux send-keys -t skype:run "export QT_IM_MODULE=ibus" C-m
tmux send-keys -t skype:run "/usr/bin/skype &" C-m
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment