From af350005c4b952803f558a22ef9ed82648c4cc45 Mon Sep 17 00:00:00 2001 From: Maximilian Friedersdorff Date: Fri, 22 Feb 2019 10:37:50 +0000 Subject: [PATCH] Set keyboard layout on magnesium --- bash/.bash_profile | 7 +++++++ 1 file changed, 7 insertions(+) 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 -- 2.45.2