X-Git-Url: https://git.friedersdorff.com/?a=blobdiff_plain;f=bash%2F.bash_profile;h=ea2bb880db6ed7b83ece762970dbc94afa8b7510;hb=522238a770726e468a1f7f9710236fdb372b7468;hp=31f6bb55685d37d85ae191b2e3c89706bedcf8a7;hpb=af350005c4b952803f558a22ef9ed82648c4cc45;p=max%2Fdotfiles.git diff --git a/bash/.bash_profile b/bash/.bash_profile index 31f6bb5..ea2bb88 100644 --- a/bash/.bash_profile +++ b/bash/.bash_profile @@ -42,3 +42,9 @@ if [ $HOSTNAME = "magnesium" ]; then 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