It's so benry to run Skype on Linux.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/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