X-Git-Url: https://git.rmz.io/dotfiles.git/blobdiff_plain/04fed8e4657d28df3ca947ea34c2a5d8f9ccc02f..61d7dd11d4a450a64f2817ee4db0ec7fa5880b42:/bin/trine?ds=inline diff --git a/bin/trine b/bin/trine new file mode 100755 index 0000000..60caeab --- /dev/null +++ b/bin/trine @@ -0,0 +1,13 @@ +#!/bin/bash + +# This is a wrapper around Trine. It will change the keyboard layout to +# us for the game and then change it back. + +TRINE=/opt/trine + +DIR=`pwd` +cd $TRINE +setxkbmap us +./trine-launcher +setxkbmap us dvorak +cd $DIR