From 522238a770726e468a1f7f9710236fdb372b7468 Mon Sep 17 00:00:00 2001 From: Maximilian Friedersdorff Date: Fri, 22 Feb 2019 10:38:59 +0000 Subject: [PATCH] Set keyboard layout on platinum --- bash/.bash_profile | 6 ++++++ 1 file changed, 6 insertions(+) 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 -- 2.46.2