From: Maximilian Friedersdorff Date: Fri, 22 Feb 2019 10:37:50 +0000 (+0000) Subject: Set keyboard layout on magnesium X-Git-Url: https://git.friedersdorff.com/?a=commitdiff_plain;h=af350005c4b952803f558a22ef9ed82648c4cc45;hp=780545c9f59b56a59aba353193d9e63ac6f85109;p=max%2Fdotfiles.git Set keyboard layout on magnesium --- 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