]> git.rmz.io Git - dotfiles.git/blob - bin/trine
lazyvim: replace LazyFile with their actual events
[dotfiles.git] / bin / trine
1 #!/bin/bash
2
3 # This is a wrapper around Trine. It will change the keyboard layout to
4 # us for the game and then change it back.
5
6 TRINE=/opt/trine
7
8 DIR=`pwd`
9 cd $TRINE
10 setxkbmap us
11 ./trine-launcher
12 setxkbmap us dvorak
13 cd $DIR