fi
-if [ $HOSTNAME = "magnesium" ]; then
- export XKB_DEFAULT_LAYOUT=us
- export XKB_DEFAULT_VARIANT=colemak
- export XKB_DEFAULT_OPTIONS=ctrl:nocaps
-fi
-
-if [ $HOSTNAME = "platinum" ]; then
- export XKB_DEFAULT_LAYOUT=gb
- export XKB_DEFAULT_VARIANT=colemak
- export XKB_DEFAULT_OPTIONS=ctrl:nocaps
-fi
-
# make less more friendly for non-text input files, see lesspipe(1)
if [ -x /usr/bin/lesspipe ]; then
export LESSOPEN="|lesspipe %s"
font pango:Liberation Mono 8
-exec xhost +si:localuser:spotify
-exec no_glock +si:localuser:spotify
+input 1241:36:HOLDCHIP_USB_Keyboard {
+ xkb_layout us
+ xkb_variant colemak
+ xkb_options ctrl:nocaps
+}