]> git.rmz.io Git - dotfiles.git/blobdiff - bin/trine
merge bin from shada
[dotfiles.git] / bin / trine
diff --git a/bin/trine b/bin/trine
new file mode 100755 (executable)
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