]> git.friedersdorff.com Git - max/dotfiles.git/blobdiff - bash/.bash_profile
Set keyboard layout on platinum
[max/dotfiles.git] / bash / .bash_profile
index 9f1ee8d79315cf13c783cb82ae698decd1d67e27..ea2bb880db6ed7b83ece762970dbc94afa8b7510 100644 (file)
@@ -35,3 +35,16 @@ if [ -f ~/.Xresources ]; then
     cat ~/.Xresources.$HOSTNAME >> ~/.Xdefaults
   fi
 fi
+
+
+if [ $HOSTNAME = "magnesium" ]; then
+  export XKB_DEFAULT_LAYOUT=us
+  export XKB_DEFAULT_VARIANT=colemak
+  export XKB_DEFAULT_OPTIONS=caps:ctrl_modifier
+fi
+
+if [ $HOSTNAME = "platinum" ]; then
+  export XKB_DEFAULT_LAYOUT=gb
+  export XKB_DEFAULT_VARIANT=colemak
+  export XKB_DEFAULT_OPTIONS=caps:ctrl_modifier
+fi