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