X-Git-Url: https://git.friedersdorff.com/?a=blobdiff_plain;f=bash%2F.bash_profile;h=31f6bb55685d37d85ae191b2e3c89706bedcf8a7;hb=af350005c4b952803f558a22ef9ed82648c4cc45;hp=9f1ee8d79315cf13c783cb82ae698decd1d67e27;hpb=780545c9f59b56a59aba353193d9e63ac6f85109;p=max%2Fdotfiles.git diff --git a/bash/.bash_profile b/bash/.bash_profile index 9f1ee8d..31f6bb5 100644 --- a/bash/.bash_profile +++ b/bash/.bash_profile @@ -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