#!/bin/sh
if [ -z $1 ]
then chkbdlayout "sudo loadkeys neo_de" "setxkbmap neo_de" "NEO"
else echo "Type asdf without parameters to change the Keyboard Layout to NEO"
fi
