X-Git-Url: https://git.friedersdorff.com/?a=blobdiff_plain;f=bash%2F.bash_profile;h=a10989b0adce6a1219ef30f4717a1cfccf5f9c99;hb=5f8135d931908809a284f939f8e1a5a11b786a26;hp=9f1ee8d79315cf13c783cb82ae698decd1d67e27;hpb=c2f3489234c1deb19eb14c9c0a8f5cb3a92893e3;p=max%2Fdotfiles.git diff --git a/bash/.bash_profile b/bash/.bash_profile index 9f1ee8d..a10989b 100644 --- a/bash/.bash_profile +++ b/bash/.bash_profile @@ -35,3 +35,21 @@ if [ -f ~/.Xresources ]; then cat ~/.Xresources.$HOSTNAME >> ~/.Xdefaults fi fi + +if [ -f ~/.config/termite/config.base ]; then + cat ~/.config/termite/config.base ~/.config/termite/config.${HOSTNAME} > \ + ~/.config/termite/config +fi + + +if [ $HOSTNAME = "magnesium" ]; then + export XKB_DEFAULT_LAYOUT=us + export XKB_DEFAULT_VARIANT=colemak + export XKB_DEFAULT_OPTIONS=ctrl:nocaps +fi + +if [ $HOSTNAME = "platinum" ]; then + export XKB_DEFAULT_LAYOUT=gb + export XKB_DEFAULT_VARIANT=colemak + export XKB_DEFAULT_OPTIONS=ctrl:nocaps +fi