]> git.friedersdorff.com Git - max/dotfiles.git/blobdiff - bash/.bash_profile
Set keyboard layout on magnesium
[max/dotfiles.git] / bash / .bash_profile
index 9f1ee8d79315cf13c783cb82ae698decd1d67e27..31f6bb55685d37d85ae191b2e3c89706bedcf8a7 100644 (file)
@@ -35,3 +35,10 @@ 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