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